代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/320173/13431648
opt http.opt
www.eeworm.com/read/320173/13431649
plg http.plg
Build Log
--------------------Configuration: http - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/320173/13431650
exe http.exe
www.eeworm.com/read/319120/13459844
c http.c
/*********************************************************************
*
* HTTP Implementation for Microchip TCP/IP Stack
*
******************************************************
www.eeworm.com/read/319120/13459861
o http.o
www.eeworm.com/read/318613/13474651
c http.c
/****************************************************************************/
/*
* http.c -- get MP3 data from a http address.
*
* (C) Copyright 1999, Greg Ungerer (gerg@snapgear.com)
*/
/*****
www.eeworm.com/read/318179/13483945
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/316310/13525439
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/316310/13525456
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/315806/13536063
c http.c
#include "nids.h"
char ascii_string[10000];
char *char_to_ascii(char ch)
{
char *string;
ascii_string[0] = 0;
string = ascii_string;
if (isgraph(ch))
{
*string++ =