代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/147729/12534657
c http.c
/*********************************************************************************
* http.c v1.00 webserver程序 *
* 版权(c) 2004- 北京百科融创科技有限公司
www.eeworm.com/read/248818/12539711
bmp http.bmp
www.eeworm.com/read/335269/12542680
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/334325/12611719
c http.c
/*
* HTTP Helper
* by Bertrand Baudet
* (C) 2001, MPlayer team.
*/
#include
#include
#include
#include "http.h"
#include "url.h"
#inc
www.eeworm.com/read/334325/12612200
h http.h
/*
* HTTP Helper
* by Bertrand Baudet
* (C) 2001, MPlayer team.
*/
#ifndef __HTTP_H
#define __HTTP_H
typedef struct HTTP_field_type {
char *field_name;
struct HTTP
www.eeworm.com/read/247894/12613725
pas http.pas
{
websniffer - HTTP.pas (Ver1.1) (HTTP connection analysis)
Copyright (C) 2005 Josef Sch黷zenberger
websniffer is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/134093/14008577
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/134093/14008620
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/236201/14028296
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo