代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/332519/12750426
cpp http_client.cpp
#include "http_client.h"
#include
#include
#include
#include
#ifndef WIN32
int stricmp(const char* s1, const char* s2)
{
int res = 0;
whi
www.eeworm.com/read/332519/12750432
cpp http_test.cpp
#include "http_client.h"
#include "verifier.h"
#include
#include
#include
#ifdef WIN32
long getMsTime(void)
{
LARGE_INTEGER freq;
LARGE_INTEGER now
www.eeworm.com/read/332519/12750444
h http_headers.h
#ifndef HTTP_HEADERS_H
#define HTTP_HEADERS_H
class CHttpHeader
{
public:
char* name;
char* value;
CHttpHeader();
void Set(const char* n, const char* v);
virtual ~CHtt
www.eeworm.com/read/332519/12750446
h http_client.h
#ifndef HTTP_CLIENT_H
#define HTTP_CLIENT_H
#include "sock.h"
#include "event_loop.h"
#include "url.h"
#include "http_headers.h"
#define CRLF "\x00d\x00a"
enum EHttpMethod
{
METHOD_
www.eeworm.com/read/245306/12805141
ico http_up.ico
www.eeworm.com/read/141610/12994860
cpp http_main.cpp
#include "CSocket.h"
#include
int main()
{
string word;
string filename;
string hostname;
int pos1 = 0;
int pos2 = 0;
cout word;
//bulid t
www.eeworm.com/read/240158/13234287
c http-post.c
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
*
www.eeworm.com/read/240156/13234840
c http-post.c
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
*
www.eeworm.com/read/324947/13236817