* | Configuration: | string | A provider for configuring HTTP security, pooling, proxy and policies.
Click below for a definition:
|
| Cookie Store Name: | string | Allows thread-specific management of cookies. If a name is not specified, a cookie store global to the HTTP Client provider will be used.
|
| Replace Connection? | boolean | If false, connection will not be returned to connection pool immediately. The connection's identifier will be stored in the httpclient-key special register and the connection can be handled by the HTTP Client Manager agent.
|
| Max Client Manager Delay: | string | Maximum time the HTTP Client Manager can take to deal with a particular connection before it is automatically aborted. The format is [xxh][xxm]xx[s]. The default is 60 seconds.
|
| Try Expect/Continue Handshake? | boolean | If checked, client will send the HTTP Expect: 100-continue header and await HTTP 100 response before sending request body.
|
| Chunk Encoded Request? | boolean | If true, request entity will be sent with chunk encoding.
|
| Max Request Size: | string | Maximum size, after compression, of a request entity that can be sent with this emitter. 0 means no maximum and blank will default to 256KB.
|
| Max Response Size: | string | Maximum size of a response entity that can be received by this emitter. 0 means no maximum and blank will default to 256KB.
|
| Persistence: | boolean | If checked, ask the server to maintain the connection.
|
* | Response Timeout: | integer | Seconds to wait for response before signalling error
|