Skip to content
← Back to Index

HttpRequestOptions

Type

Definition

filtrera
let HttpRequestOptions: {
  body?: value
  headers?: {text->text}
  method?: 'GET'|'HEAD'|'POST'|'PUT'|'DELETE'|'PATCH'
}

Availability

PromotionRuleReactor

Default Method

If method is omitted, the request will use the verb GET by default.

© 2024 Hantera AB. All rights reserved.