[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available for `HttpRequestFormatter` is 2.63.1, with previous versions ranging down to 2.7.1."],["`HttpRequestFormatter` is an interface designed for classes that create parts of HTTP requests from a parameterized message, defined by the type parameter `MessageFormatT`."],["This interface includes methods such as `getPath`, `getPathTemplate`, `getQueryParamNames`, and `getRequestBody`, which are all designed to extract specific components from a message, like the path, query parameters, and request body."],["The `getPath` method returns a `String` representing the path of the HTTP request, while `getPathTemplate` returns a `PathTemplate` for the endpoint URL path, and `getQueryParamNames` returns a map of query parameter names and their corresponding values."],["The `getRequestBody` method, given a message of `MessageFormatT`, will return the inner serialized request body of that message."]]],[]]