代码搜索:CURL
找到约 894 项符合「CURL」的源代码
代码结果 894
www.eeworm.com/read/180137/5290712
pl ftpserver.pl
#!/usr/bin/perl
#
# $Id: ftpserver.pl,v 1.36 2003/08/08 10:21:47 bagder Exp $
# This is the FTP server designed for the curl test suite.
#
# It is meant to exercise curl, it is not meant to be a fully
www.eeworm.com/read/180137/5290950
theartofhttpscripting
Online: http://curl.haxx.se/docs/httpscripting.shtml
Author: Daniel Stenberg
Date: October 31, 2001
Version: 0.5
The Art Of Scripting HTTP Requests Using Curl
www.eeworm.com/read/180137/5290963
manual
LATEST VERSION
You always find news about what's going on as well as the latest versions
from the curl web pages, located at:
http://curl.haxx.se
SIMPLE USAGE
Get the main page from
www.eeworm.com/read/462984/1540109
test517
#
# Server-side
# Client-side
none
# tool is what to use instead of 'curl'
lib517
curl_getdate() testing
# Exp
www.eeworm.com/read/462984/1540397
test607
SCP
FAILURE
#
# Client-side
scp
SCP invalid user login
--key curl_client_key --pubkey curl_cli
www.eeworm.com/read/180137/5291037
release-notes
Curl and libcurl 7.10.8. A bugfix release.
The 77th public curl release. Release number 104 counted from the very
beginning.
This release includes the following changes:
o --head now works on file
www.eeworm.com/read/339586/3298504
cxx curlhttpprovider.cxx
#include "CurlHttpProvider.hxx"
#include "resip/stack/external/HttpGetMessage.hxx"
#include "resip/stack/TransactionUser.hxx"
#include "rutil/Logger.hxx"
#include
#define RESIPROCATE_S
www.eeworm.com/read/422550/2036481
sh test.sh
#!/bin/sh
echo -- Get the system properties of the server JVM
curl -v http://localhost:9998/properties
echo -- Echo properties
curl -v -H "Content-Type: text/plain" -d "key=value" http://localhost:99