Apache HttpComponents · Example Payload

Http Client Proxyconfig Example

ApacheHTTP ClientJavaOpen SourceSDK

Http Client Proxyconfig Example is an example object payload from Apache HttpComponents, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hostportschemeusernamepassword

Example Payload

Raw ↑
{
  "host": "proxy.example.com",
  "port": 8080,
  "scheme": "http",
  "username": "proxyuser",
  "password": ""
}