spry 0.0.12 spry: ^0.0.12 copied to clipboard
Spry is an HTTP middleware framework for Dart to make web applications and APIs more enjoyable to write.
0.0.12 #
Fix the HttpException
is not exported.
0.0.11 #
Exception interception to prevent accidental program interruption.
0.0.10 #
- Add
SpryException
0.0.9 #
- Revert response headers not set.
0.0.8 #
- Fix response headers not set.
0.0.7 #
- Add
context
to response. - Context store add
contains
method. - Context add map style getter and setter operations.
- Remove
response.json()
method.
0.0.6 #
- Apply
context
to request.
0.0.5 #
- Remove
spry.constants
exported inspry
library.
0.0.4 #
- Move
spryHttpRequest
tospry.constants
library. - Add moddleware extension.
0.0.3 #
- Public
HttpRequest
store key.