Skip to content

v1.3.0

Compare
Choose a tag to compare
@Som-Som-CC Som-Som-CC released this 07 Jul 19:39
· 133 commits to main since this release
  • 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.