spry library

Classes

Application
Blob
A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.
ClosureHandler<T>
ExceptionFilter<T>
Exceptions
ExceptionsBuilder
ExceptionSource<T>
FormData
Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data".
Handler<T>
Middleware
MiddlewareStack
Responsible
Route<T>
RouteCollection
Routes
RoutesBuilder
URLSearchParams
The URLSearchParams interface defines utility methods to work with the query string of a URL.

Typedefs

Next = Future<void> Function()
Middleware next callback function.

Exceptions / Errors

Abort
AbortException
RethrowException