[[["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 provided content outlines the `HttpRequestFormatter` interface, which is designed for creating parts of HTTP requests from a parameterized message in Java."],["The `HttpRequestFormatter` interface includes abstract methods for retrieving the path (`getPath`), path template (`getPathTemplate`), query parameters (`getQueryParamNames`), and request body (`getRequestBody`) based on the input message."],["The latest version available in this document is version 2.63.1, with a range of versions listed from 2.63.1 down to 2.7.1."],["The `HttpRequestFormatter` interface defines 4 methods for message formatting: `getPath`, `getPathTemplate`, `getQueryParamNames` and `getRequestBody`, all returning a String value, except `getQueryParamNames` which returns a map."]]],[]]