Namespace: ORA.API.Http
A HttpRequest is composed of two parts : a body and some headers
Initializes a new HttpRequest.
body System.String
the body of the new HttpRequest.
Initializes a new HttpRequest.
body System.String
the body of the new HttpRequest.
headers System.Collections.Generic.Dictionary<System.String,System.Object>
the headers of the new HttpRequest.