Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:http_version

1395   char *http_version;
1405 http_version = strchr (uri, ' ');
1406 if (NULL != http_version)
1408 http_version[0] = '\0';
1409 http_version++;
1427 if (NULL == http_version)
1430 connection->version = http_version;