core/base/base library

Classes

HyperioAzkadevBase
HyperioAzkadevUncompleteDocumentation
HyperioAzkadevTcpSocketConnection
HyperioAzkadevUncompleteDocumentation
HyperioAzkadevWebSocketConnection
HyperioAzkadevUncompleteDocumentation

Enums

HyperioAzkadevLogType
Indicates the severity of logged message
HyperioAzkadevMethodType
HyperioAzkadevUncompleteDocumentation

Typedefs

HyperioAzkadevRouteOnErrorFunction = FutureOr Function(HyperioAzkadevHttpRequest req, HyperioAzkadevHttpResponse res, Object error, StackTrace stackTrace)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
HyperioAzkadevRouteOnNotFoundFunction = FutureOr Function(HyperioAzkadevHttpRequest req, HyperioAzkadevHttpResponse res)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
HyperioAzkadevWebSocketErrorFunction = FutureOr Function(dynamic error, WebSocket webSocket, HyperioAzkadevHttpRequest httpRequest, HyperioAzkadevHttpResponse httpResponse)
HyperioAzkadevUncompleteDocumentation
HyperioAzkadevWebSocketFunction = FutureOr Function(WebSocket webSocket, HyperioAzkadevHttpRequest httpRequest, HyperioAzkadevHttpResponse httpResponse)
HyperioAzkadevUncompleteDocumentation
HyperioAzkadevWebSocketUpdateFunction = FutureOr Function(dynamic update, WebSocket webSocket, HyperioAzkadevHttpRequest httpRequest, HyperioAzkadevHttpResponse httpResponse)
HyperioAzkadevUncompleteDocumentation

Exceptions / Errors

BodyParserException
HyperioAzkadevUncompleteDocumentation
HyperioAzkadevException
Throw these exceptions to bubble up an error from sub functions and have them handled automatically for the client
NotFoundError
Error used by middleware, utils or type handler to elevate a NotFound response.
NoTypeHandlerError
Error thrown when a type handler cannot be found for a returned item