代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/262525/11587158
suo http.suo
www.eeworm.com/read/262525/11587159
cpp http传输.cpp
#include
#include
using namespace std;
#pragma comment(lib,"ws2_32.lib")
#define MAXLENTH 100
void SendString(SOCKET sock,LPCSTR str);
void main()
{
WSADATA ws;
//使用
www.eeworm.com/read/262525/11587160
sln http.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "http", "http.vcproj", "{C52F7ACB-A6A3-4009-9FB1-6BBB1D00A781}"
ProjectSection(Project
www.eeworm.com/read/348515/11590347
c http.c
/*
ratproxy - HTTP request handling
--------------------------------
The following routines take care of HTTP request handling, parsing,
and error reporting.
Note that this code is on
www.eeworm.com/read/348515/11590432
h http.h
/*
ratproxy - HTTP request handling
--------------------------------
Author: Michal Zalewski
Copyright 2007, 2008 by Google Inc. All Rights Reserved.
Licensed un
www.eeworm.com/read/158621/11597691
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#ifndef __HTTP_H__
#de
www.eeworm.com/read/158621/11597714
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/158621/11597749
o http.o
www.eeworm.com/read/158621/11597805