Home
last modified time | relevance | path

Searched refs:url (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/user/apps/http_server/
Dmain.c120 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/
Drelibc-0.1.0.dadk8 "url": "https://git.mirrors.dragonos.org/DragonOS-Community/relibc.git",