bind library Null safety

Library that exposes the API for the bind request handling

Classes

Bind
Annotation for a bindable property.
Body
Annotation indicating a method parameter should be bound to the body of the http request.
Controller
Annotation to identify a class as a controller. A controller is a class that can be used to handle requests.
Delete
Route annotation for delete request.
Get
Route annotation. Routes Get requests to the specified path.
Route annotation. Routes Head requests to the specified path.
Annotation indication to specify a custom response header
HttpCode
An annotation to indicate what HTTP status code must be returned.
Options
Route annotation. Routes Options requests to the specified path.
Patch
Route annotation. Routes Patch requests to the specified path.
PathParam
Annotation to bind a property to a path parameter.
Post
Route annotation. Routes Post requests to the specified path.
Put
Route annotation. Routes Put requests to the specified path.
QueryParam
Annotation to bind a property to a query parameter.