Releases: nokia/restful
Releases · nokia/restful
v1.3.8
Make invalidParams
JSON output comply with 3GPP TS 29.571.
v1.3.7
Added cause
field to problem details.
v1.3.6: add Checkredirect function (#19)
Added client.CheckRedirect()
.
v1.3.5
Client cookie jar support. One can use built-in cookie jar or something that can persist. Great for auth cookies.
v1.3.4
Basic auth added. See client's SetBasicAuth
and Lambda's RequestBasicAuth
.
v1.3.3
Server Restart
function is added.
v1.3.2
Client.AcceptProblemJSON()
lets you switch off RFC 7807 Accept: application/problem+json
header to be sent by the client.
v1.3.1
Server error text: Show embedded error.
v1.3.0
- Router/Route
Queries()
to define query variables and patterns. Based on Gorilla/Mux. - Lambda has a new function
ResponseStatus()
to be able to set positive status codes. It works if no error (or nil) is returned. - Lambda returns error 400 if data is expected, but body is not received.
v1.2.5
Subrouter
to apply Monitor
s of parent Route
/Router
.