Grip::Parsers::ParameterBox
Constants
APPLICATION_JSON = "application/json"
EMPTY_FILE = {} of String => FileUpload
EMPTY_JSON = {} of String => AllParamTypes
FLAG_BODY = 4_u8
FLAG_FILE = 16_u8
FLAG_JSON = 8_u8
FLAG_QUERY = 2_u8
FLAG_URL = 1_u8
MULTIPART_FORM = "multipart/form-data"
URL_ENCODED_FORM = "application/x-www-form-urlencoded"
Constructors
Instance methods
body
Sourcefile
Sourcejson
Sourcequery
Source