Creates the call context of the current request
()
| 9 | |
| 10 | /// Creates the call context of the current request |
| 11 | pub fn call_context() -> CallContext { |
| 12 | CallContext::get() |
| 13 | } |
| 14 | |
| 15 | /// Middleware to authorize a request |
| 16 | /// |
no outgoing calls
no test coverage detected