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 form_type and header_type with pair_type derived type #34

Closed rajkumardongre closed 1 year ago

rajkumardongre commented 1 year ago

I am migrating the code of post_file branch to this branch as this branch is up to date with the master branch and it also has pair_type already implemented.

rajkumardongre commented 1 year ago

Since i have now migrated the branch post_file code this branch, now no need to review post_file branch