代码搜索:Http

找到约 10,000 项符合「Http」的源代码

代码结果 10,000
www.eeworm.com/read/136989/5828477

cpp http_client.cpp

// http_client.cpp,v 1.5 2001/12/08 14:49:31 schmidt Exp // ============================================================================ // // = LIBRARY // apps/JAWS/clients/Caching // //
www.eeworm.com/read/136989/5828483

cpp http_handler.cpp

// http_handler.cpp,v 1.14 2003/07/11 05:14:36 irfan Exp // ============================================================================ // // = LIBRARY // apps/JAWS/clients/Caching // // =
www.eeworm.com/read/136989/5828487

h http_handler.h

/* -*- c++ -*- */ // Hey, Emacs! This is a C++ file. // http_handler.h,v 1.9 2003/07/07 23:58:33 irfan Exp // ============================================================================ // //
www.eeworm.com/read/136989/5828614

i http_base.i

// -*- c++ -*- // http_base.i,v 1.1 2000/04/27 23:43:17 jxh Exp #if !defined (ACE_HAS_INLINED_OSCALLS) # undef ACE_INLINE # define ACE_INLINE #endif /* ACE_HAS_INLINED_OSCALLS */ ACE_INLINE
www.eeworm.com/read/136989/5828615

cpp http_headers.cpp

// http_headers.cpp,v 1.1 2000/04/27 23:43:17 jxh Exp #include "ace/RB_Tree.h" #include "HTTPU/http_headers.h" HTTP_Hdr_Node HTTP_HCodes::HTTP ("HTTP", "HTTP%s %s"), HTTP_HCodes::ACCEPT
www.eeworm.com/read/136989/5828619

i http_request.i

// -*- c++ -*- // http_request.i,v 1.1 2000/04/27 23:43:18 jxh Exp #if !defined (ACE_HAS_INLINED_OSCALLS) # undef ACE_INLINE # define ACE_INLINE #endif /* ACE_HAS_INLINED_OSCALLS */ ACE_INLI
www.eeworm.com/read/136989/5828620

cpp http_base.cpp

// http_base.cpp,v 1.1 2000/04/27 23:43:17 jxh Exp #include "JAWS/Parse_Headers.h" #include "HTTPU/http_base.h" #include "HTTPU/http_headers.h" int HTTP_Base::receive (ACE_Message_Block &mb)
www.eeworm.com/read/136989/5828622

cpp http_request.cpp

// http_request.cpp,v 1.1 2000/04/27 23:43:17 jxh Exp #include "HTTPU/http_request.h" #include "HTTPU/parse_http_request.h" void HTTP_Request::parse_line (void) { this->status_ = STATUS_OK
www.eeworm.com/read/136989/5828623

h http_request.h

// http_request.h,v 1.1 2000/04/27 23:43:18 jxh Exp // There are two kinds of HTTP Requests in a proxy. // One is the kind you have to read in from the HTTP client. // The other is the kind you i
www.eeworm.com/read/136989/5828624

cpp http_status.cpp

// http_status.cpp,v 1.1 2000/04/27 23:43:18 jxh Exp #include "HTTPU/http_status.h" const char * HTTP_SCode::table_ [HTTP_SCode::SC_TABLE_SIZE]; HTTP_SCode_Node HTTP_SCode_Base::STATUS_