代码搜索:CURL
找到约 894 项符合「CURL」的源代码
代码结果 894
www.eeworm.com/read/462984/1540307
test513
#
# Server-side
# Client-side
http
# tool is what to use instead of 'curl'
lib513
send HTTP POST using read callback th
www.eeworm.com/read/238859/4607667
txt demo.pl.txt
#!/usr/bin/perl -w
use strict;
use WWW::Curl::Easy; # Needed for HTTP transactions.
use URI::Escape; # Needed for uri_escape().
use CGI qw(:standard); # Needed for parsing GET/POST params.
www.eeworm.com/read/180137/5290612
c krb4.c
/* This source code was modified by Martin Hedenfalk for
* use in Curl. His latest changes were done 2000-09-18.
*
* It has since been patched away like a madman by Daniel Sten
www.eeworm.com/read/180137/5290758
test502
#
# Server-side
foo
bar swsclose
bar
foo
moo
# Client-side
file
# tool is what to use instead of 'curl'
lib502
www.eeworm.com/read/180137/5290902
pl httpsserver.pl
#!/usr/bin/perl
#
# $Id: httpsserver.pl,v 1.6 2003/10/29 16:27:43 bagder Exp $
# This is the HTTPS server designed for the curl test suite.
#
# It is actually just a layer that runs stunnel properly.
www.eeworm.com/read/180137/5291086
in makefile.in
#
# Makefile for the Gatherer source directory
#
# $Id: Makefile.in,v 2.3 1997/11/04 18:15:34 sxw Exp $
#
SUBDIRS = essence db enumerate gatherd mgmt example curl
prefix = @prefix@
INSTALL_BINDIR
www.eeworm.com/read/407519/2262838
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/ufc"}
echo "Install pkg config 0.22 in $prefix"
builddir=$(mktemp -dt boostbuild)
cd $builddir
curl -O http://pkgconfig.freedesktop.org/releases/pkg-config-0.22
www.eeworm.com/read/462984/1540303
test151
# Server-side
HTTP/1.0 401 BAD BOY
Server: swsclose
Content-Type: text/html
This contains a response code >= 400, so curl shouldn't display this. Even
though it's a respons
www.eeworm.com/read/462984/1540305
test152
# Server-side
HTTP/1.0 401 BAD BOY
Server: swsclose
Content-Type: text/html
This contains a response code >= 400, so curl shouldn't display this. Even
though it
www.eeworm.com/read/180137/5290711
pl ftpsserver.pl
#!/usr/bin/perl
#
# $Id: ftpsserver.pl,v 1.5 2003/10/29 16:27:43 bagder Exp $
# This is the FTPS server designed for the curl test suite.
#
# It is actually just a layer that runs stunnel properly.
u