Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 525 Bytes

5_sttp.md

File metadata and controls

16 lines (11 loc) · 525 Bytes

5 - Using STTP for HTTP requests

Instead of using libcurl directly, one can use STTP, which provides nicer Api, while invoking libcurl under-the-hood.

Task

Send the request from ex. 5 using STTP. Mind that you must install libidn and curl in version 7.56.0 or newer. Take a look at this note.

MacOS
brew install libidn curl