Log the request body. The body is assumed to be ASCII, and non-printable charaters are replaced by '.'.
Warning: This causes the body content to be buffered in memory, so use with care for large requests.
RequestHeaders
Log the request headers.
RequestUri
Log the request URI.
ResponseAbnormal
Log abnormal response messages.
ResponseBody
Log the response body. The body is assumed to be ASCII, and non-printable characters are replaced by '.'.
Warning: This causes the body content to be buffered in memory, so use with care for large responses.
[[["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-05 UTC."],[[["The content provides information about the `LogEventType` enum, which specifies the types of request/response events that can be logged within the `Google.Apis.Http` namespace."],["The `LogEventType` enum includes fields such as `None`, `RequestBody`, `RequestHeaders`, `RequestUri`, `ResponseAbnormal`, `ResponseBody`, `ResponseHeaders`, and `ResponseStatus`, each representing a different aspect of request/response logging."],["Logging `RequestBody` or `ResponseBody` will buffer the body content in memory, which is stated to potentially be an issue for large requests or responses, advising caution when utilizing these fields."],["The content is versioned, with the latest version being 1.69.0, and this specific page detailing the structure for version 1.50.0, with links to other versions also made available."],["An extension method, `Utilities.ThrowIfNull\u003cConfigurableMessageHandler.LogEventType\u003e(String)` is also available."]]],[]]