代码搜索结果
找到约 127,078 项符合
request 的代码
request.jsp
JSP Request Object
Request Information
JSP Request Method:
Request URI:
request.pm
package HTTP::Request;
# $Id: Request.pm,v 1.40 2004/04/07 10:44:47 gisle Exp $
require HTTP::Message;
@ISA = qw(HTTP::Message);
$VERSION = sprintf("%d.%02d", q$Revision: 1.40 $ =~ /(\d+)\.(\d+)/);
request.pm
package DBI::Gofer::Request;
# $Id: Request.pm 10087 2007-10-16 12:42:37Z timbo $
#
# Copyright (c) 2007, Tim Bunce, Ireland
#
# You may distribute under the terms of either the GNU General Pub
request.pm
package Apache2::Request;
use APR::Request::Param;
use APR::Request::Apache2;
use Apache2::RequestRec;
push our @ISA, qw/Apache2::RequestRec APR::Request::Apache2/;
our $VERSION = "2.08";
my %old_lim
request.pod
=head1 NAME
APR::Request - wrapper for libapreq2's module/handle API.
=begin testing
use APR::Pool;
use APR::Brigade;
use APR::Bucket;
use APR::BucketAlloc;
use APR::Request;
request.c
/*
** $Id: request.c,v 1.20 2004/06/26 07:49:32 weiym Exp $
**
** request.c: handle request of clients.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Cur
request.py
# request.py
#
# Implements a high level request dispatcher that
# validates user input and maps recognized command
# strings to functions that invoke game behavior.
#
# Author: Matthew Walker
request.java
/*
* @(#)Request.java 1.3 05/11/17
*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
request.h
// Request.h : interface of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights reserved.
//
/
request.cpp
// Request.cpp : implementation of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights reserved.