[[["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 of the `HttpRequestFormatter` is 2.63.1, with previous versions listed down to 2.7.1."],["`HttpRequestFormatter` is an interface used by classes to generate parts of HTTP requests from a parameterized message, where `MessageFormatT` is the type parameter."],["The interface offers methods to retrieve the path, additional path templates, query parameters, and request body for an endpoint URL path."],["The `getPath` method returns a String, the `getAdditionalPathTemplates` returns a `List` of path templates, the `getQueryParamNames` returns a `Map` of String to `List` of Strings, and `getRequestBody` returns the request body in the form of a String."]]],[]]