mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 07:51:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`http --session {{session_name|path/to/session.json}} {{--auth username:password https://example.com/auth API-KEY:xxx}}`
|
||||
|
||||
- Upload a file to a form (the example below assumes form field is `<input type="file" name="cv" />`):
|
||||
- Upload a file to a form (the example below assumes that the form field is `<input type="file" name="cv" />`):
|
||||
|
||||
`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user