utopia_http library

Utopia Framework is a Dart http framework with minimal must-have features for profressional, simple, advanced and secure web development

Classes

Http
Http class used to bootstrap your Http server You need to use one of the server adapters. Currently only Shelf adapter is available
Request
Response
Route
Route
Router
Router
Server
Server adapter
ShelfServer
ShelfServer

Enums

AppMode
Application mode

Typedefs

Handler = FutureOr<Response> Function(Request, String)
Server request handler

Exceptions / Errors

ValidationException
ValidationException