|
Options | Name | Purpose | |
---|---|---|---|
OpenEdge.Net.HTTP.IHttpResponse Execute (IHttpRequest) |
/** Executes an HTTP request.
This method wraps the Execute(Req,Resp) call in the same way that the
HttpClient does. If does so in order to ensure that the Execute(req, resp)
is always called, because we don't want to force each decorator to have
to implement this call.
@param HttpRequest Request parameters (URL, method, etc)
@return HttpResponse Includes status and payload */
|
||
Execute (IHttpRequest, IHttpResponse) |
|
||
Progress.Lang.Object GetAdapter (Class) |
|
Options | Name | Purpose | |
---|---|---|---|
HttpClientDecorator (IHttpClient) |
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER ClientName |
|
||
CHARACTER ClientVersion |
|
||
OpenEdge.Net.HTTP.IHttpClient DecoratedHttpClient |
|
||
OpenEdge.Net.HTTP.ClientOptions Options |
|
OpenEdge.Net.HTTP.IHttpResponse Execute (IHttpRequest)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Execute (IHttpRequest, IHttpResponse)
|
||||||||||||||||||||||||
Progress.Lang.Object GetAdapter (Class)
|
HttpClientDecorator (IHttpClient)
|
---|
CHARACTER ClientName
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER ClientVersion
|
||||||||
OpenEdge.Net.HTTP.IHttpClient DecoratedHttpClient
|
||||||||
OpenEdge.Net.HTTP.ClientOptions Options
|