Update for 25-04-22 20:30
This commit is contained in:
parent
04da916a7d
commit
0d0d87ad28
15
tech/curl.wiki
Normal file
15
tech/curl.wiki
Normal file
@ -0,0 +1,15 @@
|
||||
= Curl =
|
||||
|
||||
Curl is a CLI application for making web requests.
|
||||
|
||||
== Post a file ==
|
||||
|
||||
{{{
|
||||
curl -F "paramname=@./path/to/file.txt" http://remote.host:1234
|
||||
}}}
|
||||
|
||||
== Add a custom header ==
|
||||
|
||||
{{{
|
||||
curl -H "Content-Type: application/json" http://remote.host:1234
|
||||
}}}
|
@ -8,6 +8,7 @@ Misc. Stuff relating to computers and tech in general
|
||||
* [[ffmpeg]]
|
||||
* [[zathura]]
|
||||
* [[latex]]
|
||||
* [[curl]]
|
||||
|
||||
== Stuff to do ==
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user