# Functions
Created creates a CREATED (201) response.
HTTPErrorMatcher is a routing.Matcher that always response with a given HTTPError.
HTTPInternalServerError wraps an arbitrary Error as HTTP internal server error 500.
No description provided by the author
Ok creates an OK (200) response.
No description provided by the author
No description provided by the author
SimpleLink create a simple HATOAS link.
No description provided by the author
Status creates a response with a specific HTTP status.
No description provided by the author
WrapError wrap a generic error as HTTPError.
# Variables
HTTPBadRequest is a HTTP bad request 400.
HTTPConflict is a HTTP conflict 409.
HTTPForbidden is a HTTP forbidden 403.
HTTPMethodNotAllowed is a HTTP method not allowed 405.
HTTPNotFound is a HTTP not found 404.
HTTPUnauthorized is a HTTP Unauthorized 401.
No description provided by the author
No description provided by the author
# Structs
HTTPError is an error result of a HTTP/REST operation.
No description provided by the author
No description provided by the author
Link is the minimal implementation of a HATOAS link.
No description provided by the author
No description provided by the author
Result allows a better control of the response of a REST operation.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author