Type Definition chilli::HTTPErrorHandler [] [src]

type HTTPErrorHandler = Fn(HTTPError) -> PencilResult + Send + Sync;

HTTP Error handler type.