class Kemal::ParamParser

Overview

This monkey patch is needed because Kemal's ParamParser does not expose the raw body. This is required to properly implement Web.parse_www_form which needs the raw body to parse form parameters.

Defined in:

lib/kemal/src/kemal/param_parser.cr
ext/param_parser.cr

Instance Method Summary

Instance Method Detail

def raw_body #

[View source]