fortran-lang / http-client

http-client offers a user-friendly, high-level API to make HTTP requests in Fortran.
https://http-client.fortran-lang.org/
MIT License
60 stars 8 forks source link

Replace hashmap with header_type array to store request and response headers #23

Closed rajkumardongre closed 1 year ago

rajkumardongre commented 1 year ago

The reason why the tests are failing is that the API (https://gorest.co.in/public/v2/todos/15726) we previously used for testing has been modified. To address this, I have included a new API (https://reqres.in/api/users/1) in this pull request.

rajkumardongre commented 1 year ago

As discussed in my recent commit, I have used move_alloc().