spry 0.0.8
spry: ^0.0.8 copied to clipboard
Spry is an HTTP middleware framework for Dart to make web applications and APIs more enjoyable to write.
0.0.8 #
- Fix response headers not set.
0.0.7 #
- Add
contextto response. - Context store add
containsmethod. - Context add map style getter and setter operations.
- Remove
response.json()method.
0.0.6 #
- Apply
contextto request.
0.0.5 #
- Remove
spry.constantsexported insprylibrary.
0.0.4 #
- Move
spryHttpRequesttospry.constantslibrary. - Add moddleware extension.
0.0.3 #
- Public
HttpRequeststore key.