Home
last modified time | relevance | path

Searched defs:method (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test-backlog/src/
H A Dmain.rs6 let method = req.method().to_string(); in index() localVariable
/DragonOS/user/apps/http_server/
H A Dmain.c120 char *method, *url, *http_version; in handle_request() local