代码搜索:HTTP解析

找到约 10,000 项符合「HTTP解析」的源代码

代码结果 10,000
www.eeworm.com/read/150420/5692476

pm http.pm

package PunJab::Server::HTTP; use warnings; use strict; use POE qw/ Component::Server::TCP Filter::HTTPD /; use HTTP::Date; use HTTP::Status; use File::Spec; use Exporter(); use PunJab::Util; sub
www.eeworm.com/read/150420/5692506

js http.js

var ua = navigator.userAgent.toLowerCase(); // // Browser Detection // is_mac = (ua.indexOf("mac")!=-1) ? true : false; ns_4 = (document.layers) ? true : false; ie_mac = ((document.all)&&(is_mac)) ? t
www.eeworm.com/read/150205/5694236

h http.h

#ifndef _HTTP_H #define _HTTP_H #include "includes.h" #include #include #include "lwip/api.h" //extern char getByte(_UL *a,_UL *b); //extern char peekByte(_UL *c); #de
www.eeworm.com/read/150205/5694250

c http.c

#ifndef _HTTP_C #define _HTTP_C #include "http.h" #include "lwip/api.h" #include "lwip/ip_addr.h" #include "target.h" #include "stdlib.h" #define MAX_CONNECTION_BUFFER 4096 #define MAX
www.eeworm.com/read/147756/5727659

h http.h

//========================================================================== // // net/http.h // // Stand-alone HTTP (client) support for RedBoot // //=======================================
www.eeworm.com/read/143127/5759296

http-strings

http_200 "200 " http_301 "301 " http_302 "302 " http_get "GET " http_10 "HTTP/1.0" http_11 "HTTP/1.1" http_content_type "Content-Type: " http_texthtml "text/html" http_location "Location: " http_host
www.eeworm.com/read/141268/5775073

h http.h

///////////////////////////////////////////////////////////////////////////// // Name: http.h // Purpose: HTTP protocol // Author: Guilhem Lavaux // Modified by: // Created: A
www.eeworm.com/read/140180/5793964

c http.c

/***************************************************************************** * http.c: HTTP input module ***************************************************************************** * Copyright
www.eeworm.com/read/140180/5794033

c http.c

/***************************************************************************** * http.c ***************************************************************************** * Copyright (C) 2001-2003 Video
www.eeworm.com/read/140180/5794054

c http.c

/***************************************************************************** * http.c : http mini-server ;) ***************************************************************************** * Copyri