Searched refs:HTTP (Results 1 – 12 of 12) sorted by relevance
1194 char *HTTP = "HTTP/"; in nl7c_http_request() local1243 while (cp < ep && *HTTP == *cp) { in nl7c_http_request()1244 HTTP++; in nl7c_http_request()1247 if (*HTTP != 0) { in nl7c_http_request()1472 char *HTTP = "HTTP/"; in nl7c_http_response() local1498 while (cp < ep && *HTTP == *cp) { in nl7c_http_response()1499 HTTP++; in nl7c_http_response()1502 if (*HTTP != 0) { in nl7c_http_response()
63 # If you wish to use HTTP (with name resolution) for URLs inside certs,66 # HTTP proxy and socks URLs should also be indicated if needed...
87 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …249 request="GET /${_.path} HTTP/1.1\r\n"
59 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
91 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
149 http-alt 8080/tcp webcache # HTTP Alternate, webcache220 www-ldap-gw 1760/tcp # HTTP to LDAP gateway221 www-ldap-gw 1760/udp # HTTP to LDAP gateway
322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616334 an unfortunate choice of name on the part of the HTTP 1.1 authors.336 Bottom line: use the gzip format for HTTP 1.1 encoding.
361 #define HTTP "http://" macro
1516 servicePrincipalName: HTTP/${fqdn}1534 skeys=(host/${fqdn}@${realm} nfs/${fqdn}@${realm} HTTP/${fqdn}@${realm})
484 if (strncmp(optarg, HTTP, 7) == 0) { in main()
517 02-11-22 package.sh: update action now uses HTTP/1.0