Apache HttpComponents · JSON Structure

Http Client Httpresponse Structure

Type: object Properties: 5
ApacheHTTP ClientJavaOpen SourceSDK

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

statusCode reasonPhrase 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-httpresponse-structure.json",
  "title": "HttpResponse",
  "type": "object",
  "properties": {
    "statusCode": "int32",
    "reasonPhrase": "string",
    "headers": "object",
    "body": "string",
    "contentType": "string"
  }
}