Farseer v0.5.1 Farseer.Headers View Source

Utilities to work with headers.

Link to this section Summary

Link to this section Functions

Link to this function

add(headers, headers_to_add)

View Source
Link to this function

add_maps_to_conn(conn, headers)

View Source
Link to this function

add_to_conn(conn, headers)

View Source

Adds headers to a Plug.Conn object.

Link to this function

basic_auth(username, password)

View Source
Link to this function

process(conn, path_rules)

View Source
Link to this function

process_response(conn, response, path_rules, method_rules)

View Source

Adds headers to a response.

Link to this function

resolve(header, options)

View Source

Resolves an header and its options to its final value.