HttpRequest

Namespace: ORA.API.Http

A HttpRequest is composed of two parts : a body and some headers

Constructors

HttpRequest(System.String body)

Initializes a new HttpRequest.

Parameters

body System.String

the body of the new HttpRequest.

HttpRequest(System.String body, System.Collections.Generic.Dictionary<System.String, System.Object> headers)

Initializes a new HttpRequest.

Parameters

body System.String

the body of the new HttpRequest.

headers System.Collections.Generic.Dictionary<System.String,System.Object>

the headers of the new HttpRequest.