# Functions
DELETE a shortcut for REST(http.MethodDelete, path).
GET a shortcut for REST(http.MethodGet, path).
No description provided by the author
No description provided by the author
No description provided by the author
PATCH a shortcut for REST(http.MethodPatch, path).
POST a shortcut for REST(http.MethodPost, path).
PUT a shortcut for REST(http.MethodPut, path).
REST returns a Selector which acts on http requests.
RPC returns a Selector which acts on websocket requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
RFC 7231, 4.3.6.
RFC 7231, 4.3.5.
RFC 7231, 4.3.1.
RFC 7231, 4.3.2.
RFC 7231, 4.3.7.
RFC 5789.
RFC 7231, 4.3.3.
RFC 7231, 4.3.4.
RFC 7231, 4.3.8.
HTTP methods were copied from net/http.
# Structs
No description provided by the author
Selector implements ronykit.RouteSelector and also ronykit.RPCRouteSelector and ronykit.RESTRouteSelector.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author