abstract datatype: response()
new/0 | |
new/1 | |
new/2 | |
new/3 | |
write_str/2 |
new() -> response()
new(Status::non_neg_integer()) -> response()
new(Status::non_neg_integer(), ContentOrHeaders::binary() | map()) -> response()
new(Status::non_neg_integer(), Headers::map(), Content::binary()) -> response()
write_str(Response::response(), Now::calendar:datetime()) -> binary()
Generated by EDoc