Plug v1.8.1 Plug.Head View Source
A Plug to convert HEAD
requests to GET
requests.
Examples
Plug.Head.call(conn, [])
Link to this section Summary
Link to this section Functions
Link to this function
call(conn, list) View Source
Callback implementation for Plug.call/2
.
Link to this function
init(list) View Source
Callback implementation for Plug.init/1
.