Skip to content

v0.4.0

Compare
Choose a tag to compare
@2hmad 2hmad released this 13 Apr 11:53
· 36 commits to master since this release

🚀 New

  • Add Query method in context to get queries from the request
  • Add JSON method in context to pass JSON object in request
  • Split the SetHeader method to SetResponseHeader and SetRequestHeader
  • Split the GetHeader method to GetResponseHeader and GetRequestHeader
  • Add the SetContentType method in context to define content-type in the request
  • Add the Accepts method to check if the specified content types are acceptable

🧹 Updates

  • Use header helpers methods in context