Trot

Source

Summary

is_http_method(thing)
not_found(conn)

Takes a Plug.Conn and sends a “not found” message to the requestor

not_found(conn, opts)

Functions

not_found(conn)

Takes a Plug.Conn and sends a “not found” message to the requestor.

Source
not_found(conn, opts)
Source

Macros

is_http_method(thing)
Source