Default
Interfaces, Classes and Traits
- Formatter
- App
- The app class
- Entity
- The type of objects which transit in the pipeline
- ContentType
- A class which contains the content type different values
- HeaderName
- A class which contains HTTP headers name
- Method
- A class which contains the different HTTP methods name
- Worker
- Represent a process in the pipeline
- Header
- A class which represents an HTTP request or response header
- HttpEntity
- An entity which describes a Http entity
- Request
- An entity which represents the request handled
- Response
- An entity which represents the HTTP response
- Route
- An entity which represent a function route
- ToJSON
- This class which can be used to convert a array or object into JSON
- Pipeline
- A pipeline of workers
- Launcher
- A worker which execute a function
- RequestHandler
- A worker which handles the request context and extract required information for all other workers.
- ResponseSender
- A worker which create a Response
- Router
- A worker to choose which function to run depending to request