Home
last modified time | relevance | path

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

/DragonOS/user/apps/http_server/
H A Dmain.c120 char *method, *url, *http_version; in handle_request() local
125 http_version = strtok(NULL, "\r\n"); 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()