Options
All
  • Public
  • Public/Protected
  • All
Menu

Data used to submits an http request through .NET via Publisher.

deprecated

replaced by Publisher.restRequest and RestRequest.

Hierarchy

  • HttpRequestData

Index

Properties

contentType?: "application/json"

The content type.

disableCertificateCheck?: boolean

Disable HTTPS certificate trust check

json?: object

JSON that would be posted to the endpoint.

type: "POST" | "GET"

Whether is it is a POST or GET request.

uri: string

The endpoint.

Generated using TypeDoc