代码搜索结果

找到约 127,078 项符合 request 的代码

request.h

/* * ============================================================================ * Name : TRequest from Request.h * Part of : TaskManager * Created : 15/03/2006 by Forum Nokia * Versio

request.cpp

/* * ============================================================================ * Name : TRequest from Request.cpp * Part of : TaskManager * Created : 15/03/2006 by Forum Nokia * Vers

request.java

package com.jspsmart.upload; import java.util.Enumeration; import java.util.Hashtable; public class Request { private Hashtable m_parameters; private int m_counter; Requ

request.java

/* Request.java -- Copyright (C) 2004, 2005, 2006 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

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

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

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

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

request.java

package apusic.myshop.upload; import java.util.Enumeration; import java.util.Hashtable; public class Request { Request() { m_parameters = new Hashtable(); m_counter = 0;

request.c

/* * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * * request.c - sending of ldap requests; handling of referrals */ #ifndef lint static char copy