Skip to content

Weber.Http.Params API

0xAX edited this page Oct 4, 2013 · 3 revisions

Module Weber.Http.Params API

Function Details

get_version/0

get_version() -> string()

get_peer/0

get_peer() -> {binary(), integer()}

get_host/0

get_host() -> binary()

get_port/0

get_port() -> integer()

get_path/0

get_path() -> binary()

get_header/1

get_header(binary()) -> binary()

get_headers/0

get_headers() -> [binary()]

get_cookie/1

get_cookie(binary()) -> binary()

get_cookies/0

get_cookies() -> binary()

get_body/0

get_body() -> binary | error

param/1

param(atom) -> [] | binary()

Clone this wiki locally