1
0
Fork 0
  • v0.3.0 468606e4fd

    Arav released this 2023-08-11 18:59:00 +04:00 | 13 commits to master since this release

    Implemented a Sub-path functionality. Use Router's Sub() method to create a sub-path, e.g. Sub("/api/v1") and then you can call Handler() method of a subPath struct to specify routes. E.g. for s := r.Sub("/api/v1") call s.Handler("/") to set a handler for /api/v1/ path.

    Downloads