Apache HttpComponents · JSON Structure

Http Client Proxyconfig Structure

Type: object Properties: 5
ApacheHTTP ClientJavaOpen SourceSDK

Http Client Proxyconfig Structure is a JSON Structure definition published by Apache HttpComponents, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

host port scheme username password

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/apache-http/json-structure/http-client-proxyconfig-structure.json",
  "title": "ProxyConfig",
  "type": "object",
  "properties": {
    "host": "string",
    "port": "int32",
    "scheme": "string",
    "username": "string",
    "password": "string"
  }
}