代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/309911/13662378
c http-auth.c
/*
* Copyright (C) 2004 Nathan Lutchansky
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/309546/13669134
zip http_download.zip
www.eeworm.com/read/308990/13684719
h sample_http.h
#ifndef __SAMPLE_HTTP__
#define __SAMPLE_HTTP__
void http_init(void);
#endif
www.eeworm.com/read/308990/13684722
c sample_http.c
#include "lwip/tcpip.h"
#include "ROFS.h"
#include
struct http_state {
const char *file;
u32_t left;
u8_t retries;
};
static const char msg_not_found[] = "HTTP/1.0 404\r\n";
www.eeworm.com/read/149015/5704153
c http_serv.c
/*
FreeRTOS V3.2.4 - copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/149015/5704156
h http_serv.h
/*
FreeRTOS V3.2.4 - copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/147756/5727669
c http_client.c
//==========================================================================
//
// net/http_client.c
//
// Stand-alone HTTP support for RedBoot
//
//=========================================
www.eeworm.com/read/143127/5759294
c http-strings.c
char http_200[5] =
/* 200 */
{0x32, 0x30, 0x30, 0x20, };
char http_301[5] =
/* 301 */
{0x33, 0x30, 0x31, 0x20, };
char http_302[5] =
/* 302 */
{0x33, 0x30, 0x32, 0x20, };
char http_get[5] =
/*
www.eeworm.com/read/143127/5759298
h http-strings.h
extern char http_200[5];
extern char http_301[5];
extern char http_302[5];
extern char http_get[5];
extern char http_10[9];
extern char http_11[9];
extern char http_content_type[15];
extern char http_