[[["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-04-09 UTC."],[[["The latest version available for `HttpRequestFormatter` is 2.63.1, with previous versions ranging down to 2.7.1."],["`HttpRequestFormatter` is an interface used by classes to generate parts of HTTP requests from a parameterized message."],["The `HttpRequestFormatter` interface includes methods to retrieve path templates, additional path templates, query parameter names, and request bodies."],["The `getPath()` method takes a `MessageFormatT` and returns the path of the endpoint URL."],["The `getQueryParamNames()` method returns a map of query parameter names to their values, while `getRequestBody()` method returns the serialized request body of a given message."]]],[]]