Module bookish_spork_response

Data Types

response()

abstract datatype: response()

Function Index

new/0
new/1
new/2
new/3
write_str/1

Function Details

new/0

new() -> response()

new/1

new(Status::non_neg_integer()) -> response()

new/2

new(Status::non_neg_integer(), ContentOrHeaders::binary() | map()) -> response()

new/3

new(Status::non_neg_integer(), Headers::map(), Content::binary()) -> response()

write_str/1

write_str(Response::response()) -> binary()


Generated by EDoc