Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgn/oidc-filter
/ functions
Functions
21 in github.com/dgn/oidc-filter
⨍
Functions
21
◇
Types & classes
6
↓ 6 callers
Method
send_error
(&self, code: u32, response: ErrorResponse)
src/lib.rs:120
↓ 5 callers
Method
get_header
(&self, name: &str)
src/lib.rs:55
↓ 3 callers
Method
get_proto
(&self)
src/lib.rs:130
↓ 2 callers
Method
get_cookie
(&self, name: &str)
src/lib.rs:81
↓ 2 callers
Method
get_handshake_object
(&self)
src/lib.rs:182
↓ 1 callers
Method
create_handshake_object
(&self)
src/lib.rs:154
↓ 1 callers
Method
get_code
(&self)
src/lib.rs:64
↓ 1 callers
Method
get_redirect_uri
(&self, proto: &str, authority: &str, path: &str)
src/lib.rs:99
Method
create_http_context
(&self, _context_id: u32)
src/lib.rs:378
Method
default
()
src/config.rs:21
Function
default_oidc_cookie_name
()
src/constants.rs:13
Function
default_redirect_uri
()
src/constants.rs:5
Function
default_target_header_name
()
src/constants.rs:9
Method
get_authorization_url
(&self, claims: Claims)
src/lib.rs:108
Method
get_type
(&self)
src/lib.rs:384
Method
new
(error: String, description: Option<String>)
src/errors.rs:12
Method
on_configure
(&mut self, _plugin_configuration_size: usize)
src/lib.rs:364
Method
on_http_call_response
(&mut self, _: u32, _: usize, body_size: usize, _: usize)
src/lib.rs:301
Method
on_http_request_headers
(&mut self, _: usize, _: bool)
src/lib.rs:194
Method
to_del_cookie_header
(&self, name: String)
src/lib.rs:150
Method
to_set_cookie_header
(&self, t: TokenResponse)
src/lib.rs:138