Closed saladuit closed 1 year ago
Ik heb dit van sander gekregen @Tentanus
- GET: `curl localhost:18000`
- POST: `curl --data-binary @tests/1_line.txt localhost:18000`
- POST with newline trimming: `curl -d @tests/1_line.txt localhost:18000`
- DELETE: `curl -X DELETE localhost:18000`
I made a few files under
tests/requests/
. For now I made a basic:Could provide useful for making the script @Tentanus