httptreemux v5.2.2 Release Notes

Release Date: 2020-04-24 // almost 4 years ago
  • ✅ Just adding a helper function to assist in writing handler tests.


Previous changes from v5.2.1

  • The internal contextData type now uses a pointer receiver to avoid copying it on every access. Also added a ContextRoute helper method to directly extract the Route string if that's all you need. Thanks again to @stuartclan for the help!