代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/304657/3792558
java request.java
/* Request.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/304642/3795312
py request.py
"""
Request Delegation
(from web.py)
"""
__all__ = ["handle", "nomethod", "autodelegate", "webpyfunc", "run"]
import sys, re, types, os.path, urllib
import http, wsgi, utils, webapi
import webapi a
www.eeworm.com/read/302839/3823221
hh request.hh
/*
* Copyright (c) 2002, 2003, 2004, 2005
* The Regents of The University of Michigan
* All Rights Reserved
*
* This code is part of the M5 simulator.
*
* Permission is granted to use, copy, cr
www.eeworm.com/read/302829/3823842
java request.java
/*
* Copyright (c) 2003 jPOS.org
*
* See terms of license at http://jpos.org/license.html
*
*/
package org.jpos.space;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Linke
www.eeworm.com/read/301817/3835595
java request.java
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2004-9-28 23:56:43
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler opti
www.eeworm.com/read/301429/3840046
java request.java
package com.openwave.mms.mm7;
import java.io.IOException;
import java.io.OutputStream;
import com.openwave.mms.mm7.soap.SOAPBody;
import com.openwave.mms.mm7.soap.SOAPConsts;
import com.openwave.mms
www.eeworm.com/read/300753/3845012
java request.java
/**
* JWAP - A Java Implementation of the WAP Protocols
* Copyright (C) 2001-2004 Niko Bender
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/299621/3851485
java request.java
package BS.server.datastructure;
/**
* @author 束罡
*
* TODO To change the template for this generated type comment go to Window -
* Preferences - Java - Code Style - Code Templates
*/
www.eeworm.com/read/296895/3897564
java request.java
import java.net.*;
import java.nio.*;
import java.nio.charset.*;
import java.util.regex.*;
/* 代表客户的HTTP请求 */
public class Request {
static class Action { //枚举类,表示HTTP请求方式
private String