代码搜索:http_request
找到约 211 项符合「http_request」的源代码
代码结果 211
www.eeworm.com/read/203305/15362675
js ajax.js
/* $Id: ajax.js 9818 2007-01-02 14:39:22Z lem9 $ */
var http_request = false;
var xmldoc;
var textdoc;
function makeRequest(url, parameters)
{
http_request = false;
if (window.XMLHttpRequest)
www.eeworm.com/read/242859/12978161
cpp httpserver.cpp
// -----------------------------------------------------------------
// libpion: a C++ framework for building lightweight HTTP interfaces
// -----------------------------------------------------------
www.eeworm.com/read/348515/11590432
h http.h
/*
ratproxy - HTTP request handling
--------------------------------
Author: Michal Zalewski
Copyright 2007, 2008 by Google Inc. All Rights Reserved.
Licensed un
www.eeworm.com/read/369845/9631911
js ajax_functions.js
//创建对象
function create_obj(){
var http_request = false;
//开始初始化XMLHttpRequest对象
if(window.XMLHttpRequest) { //Mozilla 浏览器
http_request = new XMLHttpRequest();
if (http_req
www.eeworm.com/read/109665/15552553
c webserver.c
/***************************************************************************
;
; 2002 Altera Corporation. All rights reserved. Altera products are protected
; under numerous U.S. and forei