Apache HttpComponents · Example Payload

Http Client Httprequest Example

ApacheHTTP ClientJavaOpen SourceSDK

Http Client Httprequest 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

methoduriheadersbodycontentType

Example Payload

Raw ↑
{
  "method": "GET",
  "uri": "https://api.example.com/data",
  "headers": {
    "Accept": "application/json",
    "Authorization": "Bearer token"
  },
  "body": "{\"key\": \"value\"}",
  "contentType": "application/json"
}