Plug.Conn.Adapter
Plug.Conn.Adapter behaviour
Specification of the connection adapter API implemented by webservers
Summary
Callbacks
- chunk(payload, arg1)
-
Sends a chunk in the chunked response
- parse_req_multipart(payload, options, list)
-
Parses a multipart request
- read_req_body(payload, options)
-
Reads the request body
- send_chunked(payload, arg1, arg2)
-
Sends the given status, headers as the beginning of a chunked resp