OpenEdge.Net.HTTP.HttpClientDecorator
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| 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) |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| HttpClientDecorator (IHttpClient) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER ClientName |
|
||
| CHARACTER ClientVersion |
|
||
| OpenEdge.Net.HTTP.IHttpClient DecoratedHttpClient |
|
||
| OpenEdge.Net.HTTP.ClientOptions Options |
|
Method Detail
OpenEdge.Net.HTTP.IHttpResponse Execute (IHttpRequest)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Execute (IHttpRequest, IHttpResponse)
|
||||||||||||||||||||||||
Progress.Lang.Object GetAdapter (Class)
|
||||||||||||||||||||||||
Constructor Detail
HttpClientDecorator (IHttpClient)
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Property Detail
CHARACTER ClientName
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER ClientVersion
|
||||||||
OpenEdge.Net.HTTP.IHttpClient DecoratedHttpClient
|
||||||||
OpenEdge.Net.HTTP.ClientOptions Options
|
||||||||