Home | History | Annotate | Download | only in sample

Lines Matching refs:http

7   Actually, it also accepts plain http URLs to make it easy to compare http vs
40 #include <event2/http.h>
123 /* See http://archives.seul.org/libevent/users/Jan-2013/msg00039.html */
211 enum { HTTP, HTTPS } type = HTTP;
286 strcasecmp(scheme, "http") != 0)) {
287 err("url must be http or https");
299 port = (strcasecmp(scheme, "http") == 0) ? 80 : 443;
394 if (strcasecmp(scheme, "http") == 0) {
481 if (type == HTTP && ssl)