代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/387891/8647799
c http.c
/*
* HTTP protocol for ffmpeg client
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/287618/8678643
c http.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2005. All rights reserved.
*
*/
#include "rmlibhttp/include/rmlibhttp.h"
#include
#include
#include
#include "http.h"
sta
www.eeworm.com/read/287618/8678658
h http.h
/*
*
* Copyright (c) Sigma Designs, Inc. 2005. All rights reserved.
*
*/
#ifndef __HTTP_H
#define DEFAULTPATH "/dev/null"
#define HTTPBUFSIZE 32*1024
/**
* Get a URL
*
* @param uri
* @param
www.eeworm.com/read/287534/8683792
c http.c
/*-
* Copyright (c) 2000-2004 Dag-Erling Co飀an Sm鴕grav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th
www.eeworm.com/read/431355/8686662
sy_ http.sy_
www.eeworm.com/read/431355/8686900
mi_ http.mi_
www.eeworm.com/read/387102/8706674
c http.c
//**********************************
//*版本: Test 1.0
//*作者: XUGUOHONG
//*E-MAIL: KK20Y@YAHOO.COM.CN
//*WEBSITE:microdesign.000webhost.com
//**********************************
#include
www.eeworm.com/read/430288/8757927
class http.class
www.eeworm.com/read/286372/8767502
c http.c
//HTTP客户端例子程序
//younkee_support@163.com
//用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。
//主要功能:
//GET 网站上的页面、下载JPG文件等
//POST 表单,包括上传文件。
//分析部分常用的返回信息
//主要用途:
//实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。
//