mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
implement the Iris Crypto Library for Request Authentication and Verification. With Examples and Tests.
Relative to this one as well: https://github.com/kataras/iris/issues/1200 Former-commit-id: 3a29e7398b7fdeb9b48a118b742d419d5681d56b
This commit is contained in:
2
doc.go
2
doc.go
@@ -494,7 +494,7 @@ Example code:
|
||||
// http://myhost.com/users/42/profile
|
||||
users.Get("/{id:uint64}/profile", userProfileHandler)
|
||||
// http://myhost.com/users/messages/1
|
||||
users.Get("/inbox/{id:int}", userMessageHandler)
|
||||
users.Get("/messages/{id:int}", userMessageHandler)
|
||||
|
||||
|
||||
Custom HTTP Errors
|
||||
|
||||
Reference in New Issue
Block a user