Home
last modified time | relevance | path

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

/DragonOS-0.1.9/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.9/
D.gitmodules3 url = https://github.com/DragonOS-Community/DragonStub.git
DMakefile165 …@git config --global url."https://git.mirrors.dragonos.org.cn/DragonOS-Community/".insteadOf https…
167 …@git config --global --unset url."https://git.mirrors.dragonos.org.cn/DragonOS-Community/".instead…
/DragonOS-0.1.9/user/dadk/config/
Dheld-0.1.0.dadk8 "url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/Held.git",
Dnova_shell-0.1.0.dadk8 "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
Ddragon_reach-0.1.0.dadk8 "url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
Dtar_1_35.dadk9 … "url": "https://mirrors.dragonos.org.cn/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
Dmusl_1_2_4.dadk9 "url": "https://mirrors.dragonos.org.cn/pub/third_party/musl/musl-1.2.4.tar.gz"