| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hackage Version 0.10.0.0.tar.gz | 2015-10-31 | 30.7 kB | |
| Hackage Version 0.10.0.0.zip | 2015-10-31 | 46.3 kB | |
| README.md | 2015-10-31 | 454 Bytes | |
| Totals: 3 Items | 77.5 kB | 0 | |
- Introduce
sessionRegenerateIdto prevent session fixation attacks - Fix bug in
SafeActions which could lead to invalid urls - Possibility to start Spock without port startup banner
- Allow lower level handling of HTTP-Auth data using
withBasicAuthData
Community contributions
- Improved cookie handling, thanks @nmk
- Default responses are clean empty responses, thanks @UlfS
- Return 400 when unable to parse json body, thanks @paldepind