HTTP_PROTO
#define HTTP_PROTO_LEN (sizeof(HTTP_PROTO) - 1)
if (strncasecmp(uri, HTTP_PROTO, HTTP_PROTO_LEN) != 0)