IsStatic reports whether this route is a static route. Does not contain dynamic path parameters, is online and registered on GET HTTP Method.
()
| 36 | // Does not contain dynamic path parameters, |
| 37 | // is online and registered on GET HTTP Method. |
| 38 | IsStatic() bool |
| 39 | // StaticPath returns the static part of the original, registered route path. |
| 40 | // if /user/{id} it will return /user |
| 41 | // if /user/{id}/friend/{friendid:uint64} it will return /user too |
no outgoing calls
no test coverage detected