Daily Shaarli

All links of one day in a single page.

January 10, 2024

Creating a Web Service API Using Rust Rocket | by Joseph Talon | Better Programming

We can use curl instead of postman too :

curl -i -X POST -H 'Content-Type: application/json' -d '{"day": 3, "month": 7, "year": 2024}' http://127.0.0.1:8000/date/date-plus-month