Searched refs:url (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/user/apps/http_server/ |
D | main.c | 120 char *method, *url, *http_version; in handle_request() local 124 url = strtok(NULL, " "); in handle_request() 127 printf("handle_request: method: %s, url: %s, http_version: %s\n", method, url, http_version); in handle_request() 129 if (method == NULL || url == NULL || http_version == NULL) in handle_request() 136 if (strlen(url) == 0) in handle_request() 143 if (url[strlen(url) - 1] == '/') in handle_request() 152 sprintf(path, "%s%s%s", WEB_ROOT, url, DEFAULT_PAGE); in handle_request() 156 sprintf(path, "%s%s", WEB_ROOT, url); in handle_request()
|
/DragonOS-0.1.8/user/dadk/config/ |
D | relibc-0.1.0.dadk | 8 "url": "https://git.mirrors.dragonos.org/DragonOS-Community/relibc.git",
|