Apache HttpComponents · JSON Structure

Http Client Httprequest Structure

Type: object Properties: 5
ApacheHTTP ClientJavaOpen SourceSDK

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

method uri headers body contentType

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-httprequest-structure.json",
  "title": "HttpRequest",
  "type": "object",
  "properties": {
    "method": "string",
    "uri": "string",
    "headers": "object",
    "body": "string",
    "contentType": "string"
  }
}