Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0nutptr/sic
/ functions
Functions
11 in github.com/d0nutptr/sic
⨍
Functions
11
◇
Types & classes
2
↓ 3 callers
Function
parse_query_params
(req: &Request<Body>)
src/main.rs:35
↓ 2 callers
Function
service_handler
This is our service handler. It receives a Request, routes on its path, and returns a Future of a Response.
src/main.rs:49
↓ 1 callers
Function
craft_callback_url
(host: &String, id: &String, token: &String)
src/main.rs:278
↓ 1 callers
Function
escape_for_css
(unescaped_str: &String)
src/main.rs:298
↓ 1 callers
Method
get_token
(&self, id: &String)
src/main.rs:168
↓ 1 callers
Method
insert_or_update_token
(&self, id: &String, value: &String)
src/main.rs:172
↓ 1 callers
Function
process_template
(template_str: &String, host: &String, id: &String, charset: &String, known_token: &String)
src/main.rs:263
Function
craft_polling_url
(host: &String, id: &String, len: u32)
src/main.rs:288
Function
main
()
src/main.rs:177
Method
new
(polling_host: String, callback_host: String, template_line: String, charset: String)
src/main.rs:157
Method
poll
(&mut self)
src/main.rs:128