[[["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 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."]]],[]]