Skip to content
← Back to Index

HttpRequestOptions

Type

Definition

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

Availability

DiscountRuleReactor

Default Method

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

© 2024 Hantera AB. All rights reserved.