代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/338771/12284666
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/338771/12284710
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/150286/12300559
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/150286/12300631
obj http.obj
www.eeworm.com/read/150286/12300703
lst http.lst
C51 COMPILER V7.50 HTTP 01/23/2006 18:25:33 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT
www.eeworm.com/read/150286/12300707
c http.c
//-----------------------------------------------------------------------------
// Net HTTP.C
//
// This module is the Web Server
// It currently serves a html text page and a jpeg image, or handl
www.eeworm.com/read/251414/12346491
http-strings
http_http "http://"
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 "lo
www.eeworm.com/read/337263/12380144
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo
www.eeworm.com/read/337263/12380475
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo
www.eeworm.com/read/336999/12402868