1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
.TH NDG_HTTPCLIENT "1" "August 2015" "ndg_httpclient v0.4.0" "User Commands"
.SH NAME
ndg_httpclient \- enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
.SH SYNOPSIS
.B ndg_httpclient
[\fI\,options\/\fR] \fI\,url\/\fR
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-c\fR FILE, \fB\-\-certificate\fR=\fI\,FILE\/\fR
Certificate file \- defaults to \fI\,$HOME/credentials.pem\/\fP
.TP
\fB\-k\fR FILE, \fB\-\-private\-key\fR=\fI\,FILE\/\fR
Private key file \- defaults to the certificate file
.TP
\fB\-t\fR PATH, \fB\-\-ca\-certificate\-dir\fR=\fI\,PATH\/\fR
Trusted CA certificate file directory
.TP
\fB\-d\fR, \fB\-\-debug\fR
Print debug information.
.TP
\fB\-p\fR FILE, \fB\-\-post\-data\-file\fR=\fI\,FILE\/\fR
POST data file
.TP
\fB\-f\fR FILE, \fB\-\-fetch\fR=\fI\,FILE\/\fR
Output file
.TP
\fB\-n\fR, \fB\-\-no\-verify\-peer\fR
Skip verification of peer certificate.
.TP
\fB\-a\fR USER:PASSWD, \fB\-\-basicauth\fR=\fI\,USER\/\fR:PASSWD
HTTP authentication credentials
.TP
\fB\-\-header\fR=\fI\,HEADER\/\fR: VALUE
Add HTTP header to request
|