Content length records the length of the associated content. The
value -1 indicates that the length is unknown. Unless http method
is "HEAD", values >= 0 indicate that the given number of bytes may
be read from Body.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `HttpResponse` class within the Google Cloud Apigee Connect v1 API, specifically version 2.1.0."],["The `HttpResponse` class is a sealed class representing an HTTP response, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `HttpResponse` include `Body` (the HTTP response body), `ContentLength` (length of the content), `Headers` (HTTP response headers), `Id` (a unique request identifier), `Status` (status of the response, e.g., \"200 OK\"), and `StatusCode` (the status code of the response, e.g., 200)."],["There are two constructors available for creating `HttpResponse` objects: a default constructor and a constructor that accepts another `HttpResponse` instance."],["The documentation lists various versions of the API, ranging from version 1.0.0 up to the latest version, 2.4.0."]]],[]]