HTTP client library for Fortran
Get the code:
git clone https://github.com/fortran-lang/http-client cd http-client
Build the library using fpm. http-client requires fpm version 0.8.x or later to build. Type:
fpm build
To run the examples, type:
fpm run --example
To run the tests, type:
fpm test