Router |
|
---|---|
Process a Plumber API |
|
Process a Package's Plumber API |
|
Create a new Plumber router |
|
Start a server using |
|
Plumber options |
|
Determine if Plumber object |
|
Router Methods |
|
|
Add handler to Plumber router |
Mount a Plumber router |
|
Add a static route to the |
|
Router Hooks |
|
Register a hook |
|
Store session data in encrypted cookies. |
|
Add a filter to Plumber router |
|
Router Defaults |
|
Set the OpenAPI Specification |
|
Set the API visual documentation |
|
Set the default serializer of the router |
|
Set the default endpoint parsers for the router |
|
Set the handler that is called when the incoming request can't be served |
|
Set the error handler that is invoked if any filter or endpoint generates an error |
|
Set debug value to include error messages of routes cause an error |
|
Set the |
|
Visual Documentation Interface |
|
Set the OpenAPI Specification |
|
Set the API visual documentation |
|
Add visual documentation for plumber to use |
|
Validate OpenAPI Spec |
|
Body Parsers |
|
Manage parsers |
|
|
Plumber Parsers |
Request character set |
|
Response |
|
Return an attachment response |
|
Register a Serializer |
|
|
Plumber Serializers |
Endpoint Serializer with Hooks |
|
Send File Contents as Response |
|
Cookies and Filters |
|
Store session data in encrypted cookies. |
|
Random cookie key generator |
|
Store session data in encrypted cookies. |
|
Forward Request to The Next Handler |
|
R6 Constructors |
|
Package Plumber Router |
|
Plumber Endpoint |
|
Static file router |
|
plumber step R6 class |
|
Hookable |