Copyright © 2016- AUTHORS
body() = null | binary()
callbacks() = [{atom(), function()}]
headers() = [{string(), string()}]
param_name() = string() | atom()
param_value() = atom() | integer() | float() | string() | binary()
params() = [{param_name(), param_value()}]
parse/5 | Parse the body of e.g. |
parse_wfu/1 | |
recall_body/4 | Recall all params inside application/x-www-form-urlencoded content. |
validate_body/4 | |
validate_type/7 |
parse(JustCheck::boolean(), Hdrs::headers(), Body::body(), Params::params(), Callbacks::callbacks()) -> any()
Parse the body of e.g. an HTTP response.
parse_wfu(Bin) -> any()
recall_body(JustCheck::boolean(), X2::any(), Params::params(), Callbacks::callbacks()) -> any()
Recall all params inside application/x-www-form-urlencoded content.
validate_body(Justcheck, Katt_response, X3, Callbacks) -> any()
validate_type(JustCheck, Type, ParentKey, Options, Actual, ItemsMode, Callbacks) -> any()
Generated by EDoc