Update for 25-04-22 20:30

This commit is contained in:
Tyler Perkins 2022-04-25 20:30:01 -04:00
parent 04da916a7d
commit 0d0d87ad28
2 changed files with 16 additions and 0 deletions

15
tech/curl.wiki Normal file
View 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
}}}

View File

@ -8,6 +8,7 @@ Misc. Stuff relating to computers and tech in general
* [[ffmpeg]]
* [[zathura]]
* [[latex]]
* [[curl]]
== Stuff to do ==