Home | History | Annotate | Download | only in sample

Lines Matching refs:HTTP

8   Actually, it also accepts plain http URLs to make it easy to compare http vs
41 #include <event2/http.h>
122 /* See http://archives.seul.org/libevent/users/Jan-2013/msg00039.html */
239 enum { HTTP, HTTPS } type = HTTP;
314 strcasecmp(scheme, "http") != 0)) {
315 err("url must be http or https");
327 port = (strcasecmp(scheme, "http") == 0) ? 80 : 443;
433 if (strcasecmp(scheme, "http") == 0) {
521 if (type == HTTP && ssl)