-
httpr ver. 0.3.2 Stable
released this
2023-09-20 03:46:41 +04:00 | 0 commits to master since this releaseHmm... After moving a backup, this tag and last 8 commits got lost, hopefully there is a local copy.
Downloads
-
httpr ver. 0.3.1 Stable
released this
2023-08-12 20:22:09 +04:00 | 8 commits to master since this releaseDownloads
-
httpr ver. 0.3.0 Stable
released this
2023-08-11 18:59:00 +04:00 | 13 commits to master since this releaseImplemented a Sub-path functionality. Use Router's
Sub()
method to create a sub-path, e.g.Sub("/api/v1")
and then you can callHandler()
method of a subPath struct to specify routes. E.g. fors := r.Sub("/api/v1")
calls.Handler("/")
to set a handler for/api/v1/
path.Downloads
-
httpr ver. 0.2.1 Stable
released this
2023-07-23 23:34:00 +04:00 | 18 commits to master since this releaseSanitise double slashes (//) in a path.
Return nil if a path continues but a node has no children. This prevents returning a last handler exists in a passed path and now it will fail with 404 as it should be.Downloads
-
httpr ver. 0.2.0 Stable
released this
2023-05-28 04:10:55 +04:00 | 21 commits to master since this releaseThe most noticable change is that get() and add() methods of node type were rewritten in an iterative manner instead of recursive.
Overall cleanup was made.
Downloads
-
httpr ver. 0.1.0 Stable
released this
2023-05-26 04:08:49 +04:00 | 32 commits to master since this releaseDownloads