代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/472167/1418771
pm http.pm
package URI::URL::http;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
sub default_port { 80 }
require Carp;
# @ISA = qw(AutoLoader) # This comment is needed by AutoSplit.
sub keyw
www.eeworm.com/read/471707/1426296
c http.c
/* XMMS - Cross-platform multimedia player
* Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
*
* This program is free software; you can redis
www.eeworm.com/read/471707/1426305
h http.h
/* libxmms-flac - XMMS FLAC input plugin
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free
www.eeworm.com/read/470423/1474239
java http.java
package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software
www.eeworm.com/read/466285/1512576
java http.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/465948/1515620
java http.java
package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), t
www.eeworm.com/read/462368/1546394
java http.java
package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
www.eeworm.com/read/462358/1546495
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo
www.eeworm.com/read/462358/1546502
js http.js
var bXmlHttpSupport = (typeof XMLHttpRequest == "object" || window.ActiveXObject);
function httpPost(sURL, sParams) {
var oURL = new java.net.URL(sURL);
var oCo
www.eeworm.com/read/460691/1558575
pm http.pm
#
# $Id: http.pm,v 1.43 1998/08/04 12:37:58 aas Exp $
package LWP::Protocol::http;
require LWP::Debug;
require HTTP::Response;
require HTTP::Status;
require IO::Socket;
require IO::Select;