Mastodon

Toots du Jour (Feb 24)

<1 min read

Posted one time to mastodon.social on February 24, 2025

Curl's Daniel Stenberg on Securing 180,000 Lines of C Code #clanguage #curl…
Read more →
Development

Quick HTTP POST request

<1 min read

Have you ever wanted to quickly send a POST request to a HTTP server? It's pretty easy to do using curl. For example to send XML via a POST request, you coul…

Read more →