代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/280077/10356050
c http-strings.c
const char http_http[8] =
/* "http://" */
{0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, };
const char http_200[5] =
/* "200 " */
{0x32, 0x30, 0x30, 0x20, };
const char http_301[5] =
/* "301 " */
{0x33
www.eeworm.com/read/280077/10356104
h http-strings.h
extern const char http_http[8];
extern const char http_200[5];
extern const char http_301[5];
extern const char http_302[5];
extern const char http_get[5];
extern const char http_10[9];
extern const c
www.eeworm.com/read/353994/10398404
mmp http1.mmp
//
// Http1.mmp -- Makefile input for Http1
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In n
www.eeworm.com/read/353994/10398412
cpp http1.cpp
//
// Http1.cpp - Http1 example
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shal
www.eeworm.com/read/353994/10398414
sis http1.sis
www.eeworm.com/read/353994/10398415
pkg http1.pkg
;
; Http1 Installation script for EpocInstall.
;
; Copyright (C) UIQ Technology AB, 2007
;
; This material is provided "as is" without any warranty to its performance or functionality.
; In no
www.eeworm.com/read/353994/10398416
hrh http1.hrh
//
// Http1.hrh - Shared Rsc/C++ hdr file for Http1
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
www.eeworm.com/read/353994/10398417
rss http1.rss
//
// HTTP1.RSS - UIQ Http1 Resource file
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In
www.eeworm.com/read/353994/10398423
h http1.h
//
// Http1.h - Http1 example
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall
www.eeworm.com/read/161055/10458607
c http-strings.c
const char http_http[8] =
/* "http://" */
{0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, };
const char http_200[5] =
/* "200 " */
{0x32, 0x30, 0x30, 0x20, };
const char http_301[5] =
/* "301 " */
{0x33