.\" Generated by kramdown-man 0.1.8 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-http 1 "May 2022" Ronin "User Manuals" .LP .SH SYNOPSIS .LP .HP \fBronin http\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIURL\fP \.\.\.\[rB] .LP .SH DESCRIPTION .LP .PP Send HTTP requests or spawn an interactive HTTP shell\. .LP .SH ARGUMENTS .LP .TP \fIURL\fP A URL to request\. .LP .SH OPTIONS .LP .TP \fB-v\fR, \fB--verbose\fR Enables verbose output\. .LP .TP \fB-f\fR, \fB--file\fR \fIFILE\fP Optional file to read values from\. .LP .TP \fB--method\fR \fIHTTP\[ru]METHOD\fP Send the HTTP request method\. .LP .TP \fB--get\fR Send a GET request\. .LP .TP \fB--head\fR Send a HEAD request\. .LP .TP \fB--patch\fR Send a PATCH request\. .LP .TP \fB--post\fR Send a POST request\. .LP .TP \fB--put\fR Send a PUT request\. .LP .TP \fB--copy\fR Send a COPY request\. .LP .TP \fB--delete\fR Send a DELETE request\. .LP .TP \fB--lock\fR Send a LOCK request\. .LP .TP \fB--options\fR Send a OPTIONS request\. .LP .TP \fB--mkcol\fR Send a MKCOL request\. .LP .TP \fB--move\fR Send a MOVE request\. .LP .TP \fB--propfind\fR Send a PROPFIND request\. .LP .TP \fB--proppatch\fR Send a PROPPATCH request\. .LP .TP \fB--trace\fR Send a TRACE request\. .LP .TP \fB--unlock\fR Send an UNLOCK request\. .LP .TP \fB--shell\fR \fIURL\fP Open an interactive HTTP shell\. .LP .TP \fB-P\fR, \fB--proxy\fR \fIURL\fP The proxy to use\. .LP .TP \fB-U\fR, \fB--user-agent-string\fR \fISTRING\fP The User\-Agent string to use\. .LP .TP \fB-u\fR, \fB--user-agent\fR \fIchrome\-linux\fP\[or]\fIchrome\-macos\fP\[or]\fIchrome\-windows\fP\[or]\fIchrome\-iphone\fP\[or]\fIchrome\-ipad\fP\[or]\fIchrome\-android\fP\[or]\fIfirefox\-linux\fP\[or]\fIfirefox\-macos\fP\[or]\fIfirefox\-windows\fP\[or]\fIfirefox\-iphone\fP\[or]\fIfirefox\-ipad\fP\[or]\fIfirefox\-android\fP\[or]\fIsafari\-macos\fP\[or]\fIsafari\-iphone\fP\[or]\fIsafari\-ipad\fP\[or]\fIedge\fP The User\-Agent to use\. .LP .TP \fB-H\fR, \fB--header\fR \[lq]\fINAME\fP: \fIVALUE\fP\[rq] Adds a header to the request\. .LP .TP \fB-B\fR, \fB--body\fR \fISTRING\fP The request body\. .LP .TP \fB-F\fR, \fB--body-file\fR \fIFILE\fP Sends the file as the request body\. .LP .TP \fB-f\fR, \fB--form-data\fR \fINAME\fP\[eq]\fIVALUE\fP Adds a value to the form data\. .LP .TP \fB-q\fR, \fB--query-param\fR \fINAME\fP\[eq]\fIVALUE\fP Adds a query param to the URL\. .LP .TP \fB-h\fR, \fB--help\fR Print help information\. .LP .SH AUTHOR .LP .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .LP