代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/174308/9597730
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/173976/9617745
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/173864/9632477
opt http.opt
www.eeworm.com/read/173864/9632478
ncb http.ncb
www.eeworm.com/read/173864/9632480
dsp http.dsp
# Microsoft Developer Studio Project File - Name="HTTP" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/173864/9632482
dsw http.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/173864/9632484
c http.c
#include
#include
#include
#pragma comment(lib, "ws2_32.lib")
#define PORT 80
#define LOCAL_PORT 19850
//提交的HTTP请求,具体格式和用法可参照RFC
char * send_buf="POST /we
www.eeworm.com/read/173864/9632486
plg http.plg
Build Log
--------------------Configuration: HTTP - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/368572/9685830
c http.c
/* http.c
* HTTP protocol client implementation
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include "links.h"
struct http_connection_info {
in
www.eeworm.com/read/368159/9708292
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo