{ "opencollection": "1.0.0", "info": { "name": "Apache HttpComponents Client Configuration API", "version": "5.3.0" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Apache HttpComponents Configure Connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.example.com/configure/connection", "body": { "type": "json", "data": "{}" } }, "docs": "Update connection pool and timeout configuration for the HTTP client." }, { "info": { "name": "Apache HttpComponents Configure Proxy", "type": "http" }, "http": { "method": "PUT", "url": "https://api.example.com/configure/proxy", "body": { "type": "json", "data": "{}" } }, "docs": "Configure an HTTP proxy for outbound requests from the HttpComponents client." } ] } ], "bundled": true }