Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Initial release of Trail, including:
use
function to insert new middlewares in the connection pipelinea router
function to define scoped routes using different http verbs
delete
, get
, head
, patch
, post
, put
http verbsresource
which expects a module implementing common REST operations (create, read, update, delete, etc)socket
routes that automatically upgrade connections to WebSocketsa few common middlewares:
Request_id
middleware to assign a unique id header to every requestLogger
middleware that logs requests with several measurementsStatic
middleware to server static files from the file system