代码搜索:https
找到约 5,495 项符合「https」的源代码
代码结果 5,495
www.eeworm.com/read/460691/1558597
pm https.pm
package URI::URL::https;
require URI::URL::http;
@ISA = qw(URI::URL::http);
sub default_port { 443 }
1;
www.eeworm.com/read/205898/5014198
pm https.pm
#
package LWP::Protocol::https;
# $Id: https.pm,v 1.11 2001/11/17 02:10:28 gisle Exp $
use strict;
use vars qw(@ISA);
require LWP::Protocol::http;
@ISA = qw(LWP::Protocol::http);
sub _check_sock
{
www.eeworm.com/read/170577/5403315
tcl https.tcl
# https.tcl - Trivial modifications (by David Bleicher) to the HTTP
# transport to enable SSL support. Original copyright
# follows:
#
# Copyright (C) 2002 David Bleicher
# Co
www.eeworm.com/read/410291/2214440
java https.java
/* Https.java
{{IS_NOTE
Purpose:
Description:
History:
2001/11/29 13:53:05, Create, Tom M. Yeh.
}}IS_NOTE
Copyright (C) 2001 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This program i
www.eeworm.com/read/399451/2360244
java https.java
/* Https.java
{{IS_NOTE
Purpose:
Description:
History:
2001/11/29 13:53:05, Create, Tom M. Yeh.
}}IS_NOTE
Copyright (C) 2001 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This program i
www.eeworm.com/read/383154/2619800
properties https.properties
connector=org.mule.transport.http.HttpsConnector
dispatcher.factory=org.mule.transport.http.HttpClientMessageDispatcherFactory
requester.factory=org.mule.transport.http.HttpClientMessageRequesterFacto
www.eeworm.com/read/358128/3000028
pm https.pm
package Net::HTTPS;
# $Id: HTTPS.pm,v 1.4 2007/07/19 20:26:11 gisle Exp $
use strict;
use vars qw($VERSION $SSL_SOCKET_CLASS @ISA);
$VERSION = "1.00";
# Figure out which SSL implementation to use
www.eeworm.com/read/358128/3000057
pm https.pm
#
package LWP::Protocol::https;
# $Id: https.pm,v 1.12 2003/10/15 10:35:47 gisle Exp $
use strict;
use vars qw(@ISA);
require LWP::Protocol::http;
@ISA = qw(LWP::Protocol::http);
sub _check_sock
{