Module hackney_request

module handling the request.

Description

module handling the request

Function Index

default_ua/0
encode_form/1encode a list of properties in a form.
end_stream_body/1
is_default_port/1
location/1
make_multipart_stream/2
perform/2
send/2
send_chunk/2
sendfile/3
stream_body/2
stream_multipart/2stream multipart.

Function Details

default_ua/0

default_ua() -> any()

encode_form/1

encode_form(KVs) -> any()

encode a list of properties in a form.

end_stream_body/1

end_stream_body(Client) -> any()

is_default_port/1

is_default_port(Client) -> any()

location/1

location(Client) -> any()

make_multipart_stream/2

make_multipart_stream(Parts::list(), Boundary::binary()) -> {function(), list()}

perform/2

perform(Client0, X2) -> any()

send/2

send(Client, Data) -> any()

send_chunk/2

send_chunk(Client, Data) -> any()

sendfile/3

sendfile(FileName, Opts, Client) -> any()

stream_body/2

stream_body(Msg, Client) -> any()

stream_multipart/2

stream_multipart(File, Client) -> any()

stream multipart


Generated by EDoc, Nov 3 2015, 13:54:23.