Skip to content

Commit 6495131

Browse files
committed
Update README.md
1 parent 0f696ce commit 6495131

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Options:
158158
Content-Type.
159159
-a <BASIC_AUTH>
160160
Basic authentication (username:password), or AWS credentials (access_key:secret_key)
161+
-F, --form <FORM>
162+
Specify HTTP multipart POST data (curl compatible). Examples: -F 'name=value' -F 'file=@path/to/file'
161163
--aws-session <AWS_SESSION>
162164
AWS session token
163165
--aws-sigv4 <AWS_SIGV4>
@@ -169,7 +171,7 @@ Options:
169171
--proxy-http2
170172
Use HTTP/2 to connect to proxy. Shorthand for --proxy-http-version=2
171173
--http-version <HTTP_VERSION>
172-
HTTP version. Available values 0.9, 1.0, 1.1, 2, 3.
174+
HTTP version. Available values 0.9, 1.0, 1.1, 2, 3
173175
--http2
174176
Use HTTP/2. Shorthand for --http-version=2
175177
--host <HOST>

0 commit comments

Comments
 (0)