代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/475926/6769815
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/195108/8173423
png http.png
www.eeworm.com/read/294239/8245205
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/294239/8245283
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/193168/8250121
java http.java
/*
* Java Network Programming, Second Edition
* Merlin Hughes, Michael Shoffner, Derek Hamner
* Manning Publications Company; ISBN 188477749X
*
* http://nitric.com/jnp/
*
* Copyright (c) 1997-1
www.eeworm.com/read/192961/8261924
l http.l
/*
* http.c -- module for dealing with HTTP/1.1 persistent connection
* Created: Xie Han, OS lab of Peking University.
*
* You can find all you need dealing with http message!
*
* C
www.eeworm.com/read/192961/8261928
h http.h
#ifndef _HTTP_H_
#define _HTTP_H_
struct http_request_line
{
char *method;
char *request_uri;
char *http_version;
};
struct http_status_line
{
char *http_version;
char *status_code;
char *reas
www.eeworm.com/read/174308/9597660
lst http.lst
C51 COMPILER V7.07 HTTP 11/25/2003 15:47:46 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT
www.eeworm.com/read/174308/9597662
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/174308/9597693