Releases: tideland/gorest
Releases · tideland/gorest
Release 2.15.5
Release 2.15.4
- Fixed renamed
AddTokenToRequest()
- Calls new
AddToRequest()
as the token part is redundant through the package
Release 2.15.3
Fixed unhandled error when header contains no token.
Release 2.15.2
Unimplemented HTTP methods now lead to status code 405.
Release v2.15.1
Merge pull request #24 from themue/master Reduced handleJob complexity and finished fix
Release v2.15.0
- Improved
Path
interface
Release v2.14.0
- Added access to URL path parts via Job.Path()
- Added interfaces for handler methods directly mapping HTTP verbs to the according REST methods like Create(), Read(), Update(), Modify(), Delete(), and Info()
Release v2.13.1
Quality assurance release.
Release v2.13.0
- Rename internal envelope to public Feedback in rest
- Added ReadFeedback() to Response in request
- Asserts in restaudit now internally increase the callstack
offset so that the correct test line number is shown - Added Response.AssertBodyGrep() to restaudit
Release version 2.12.0
- Some renamings in Request and Response, sadly to the previous minor release
- More convenience helpers for testing
- Adopted new testing to more packages
- Using http package constants instead of own plain strings
- Added documentation to restaudit