Namespace: ORA.API.Http
A HttpResponse has three parts : a body, a return code and some headers.
Initializes a new HttpResponse.
body System.String
the body of the new HttpResponse.
code System.Int32
the code of the new HttpResponse.
headers System.Collections.Generic.Dictionary<System.String,System.String>
the headers of the new HttpResponse.