FORM_HTTP_MESSAGE_CONVERTER_POD_NAME constant

String const FORM_HTTP_MESSAGE_CONVERTER_POD_NAME

Pod name for the form HTTP message converter.

Handles conversion between application/x-www-form-urlencoded form data and HTTP request or response bodies, supporting traditional HTML form submissions.

Implementation

static const String FORM_HTTP_MESSAGE_CONVERTER_POD_NAME = "jetleaf.web.http.formHttpMessageConverter";