Other develop - nomrand/__basics GitHub Wiki

Simple HTTP Server Command

nc -l 8080

Simple HTTP Client Command

curl -X POST --data XXXXX -H 'Content-type: xxxxxx'  ...