Copyright © (C) 2021, Sergey
Behaviours: cowboy_handler.
Authors: Sergey (me@seriyps.ru).
abstract datatype: config()
features() = #{method => post | get, payload_type => query_string | input_content_type()}
input_content_type() = json | x_www_form_urlencoded
options() = #{accept_body => [input_content_type()], allowed_methods => [post | get], json_mod => module(), max_body_size => pos_integer()}
config/3 | |
format_error/2 | |
init/2 | |
terminate/3 |
format_error(Allowed, Err) -> any()
init(Req, X2) -> any()
terminate(Reason, PartialReq, State) -> any()
Generated by EDoc