Searched refs:url (Results 1 – 8 of 8) sorted by relevance
/DragonOS-0.1.9/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.9/ |
D | .gitmodules | 3 url = https://github.com/DragonOS-Community/DragonStub.git
|
D | Makefile | 165 …@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/ |
D | held-0.1.0.dadk | 8 "url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/Held.git",
|
D | nova_shell-0.1.0.dadk | 8 "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
|
D | dragon_reach-0.1.0.dadk | 8 "url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
|
D | tar_1_35.dadk | 9 … "url": "https://mirrors.dragonos.org.cn/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
|
D | musl_1_2_4.dadk | 9 "url": "https://mirrors.dragonos.org.cn/pub/third_party/musl/musl-1.2.4.tar.gz"
|