issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add forcompile project to README.
#62
gha3mi
closed
1 year ago
0
Bug in request function when working with multipart/form-data
#61
gha3mi
opened
1 year ago
4
Add telegram bot example in README
#60
vypivshiy
closed
1 year ago
1
Bump fortran-curl version to 0.6.0
#59
milancurcic
closed
1 year ago
2
Tests fail on Apple Silicon
#58
certik
closed
1 year ago
5
Add docs build and deployment to GH Pages using GH Actions
#57
rajkumardongre
closed
1 year ago
5
Include github-org-analyzer under tutorial/github-org-analyzer
#56
rajkumardongre
closed
1 year ago
0
Release v0.1.0?
#55
milancurcic
closed
1 year ago
7
Include github-org-analyzer under tutorial/github-org-analyzer
#54
milancurcic
closed
1 year ago
2
Add Complete Tutorials
#53
rajkumardongre
closed
1 year ago
0
API Docs added
#52
rajkumardongre
closed
1 year ago
1
Added API docs with FORD
#51
rajkumardongre
closed
1 year ago
1
Incorrect dependency name in README
#50
gha3mi
closed
1 year ago
6
Added Tutorial for beginner(phase 1, only get request demonstration)
#49
rajkumardongre
closed
1 year ago
3
Error while adding http-client as dependencies in other project
#48
rajkumardongre
closed
1 year ago
0
Replace hard-coded version number with http_version variable
#47
rajkumardongre
closed
1 year ago
2
Real-world example program
#46
interkosmos
closed
1 year ago
3
Implement timeout feature
#45
rajkumardongre
closed
1 year ago
8
Added HTTP authentication
#44
rajkumardongre
closed
1 year ago
1
Fix bugs discovered by Intel OneAPI
#43
milancurcic
closed
1 year ago
1
Write a http-client tutorial
#42
milancurcic
closed
1 year ago
6
Add timeout option to the request function
#41
milancurcic
closed
1 year ago
1
Build and test with Intel OneAPI
#40
milancurcic
opened
1 year ago
1
Complete API docs with FORD
#39
milancurcic
closed
1 year ago
2
Custom HTTP user agent
#38
interkosmos
closed
1 year ago
6
HTTP Authentication
#37
interkosmos
closed
1 year ago
2
Add tests for HEAD, PUT, PATCH, and DELETE methods
#36
rajkumardongre
closed
1 year ago
0
Add tests for HEAD, PUT, PATCH, and DELETE methods
#35
milancurcic
closed
1 year ago
0
Replace form_type and header_type with pair_type derived type
#34
rajkumardongre
closed
1 year ago
2
Add functionality for sending files via HTTP POST requests.
#33
rajkumardongre
closed
1 year ago
3
Implement functionality to support sending form data in HTTP requests.
#32
rajkumardongre
closed
1 year ago
3
Rename json -> data and remove JSON-specific content-type setting
#31
rajkumardongre
closed
1 year ago
0
Rename `json` -> `data` and remove JSON-specific content-type setting
#30
milancurcic
closed
1 year ago
1
put_if_header_absent function
#29
rajkumardongre
closed
1 year ago
2
User-Agent header contains duplicate values in HTTP request
#28
rajkumardongre
closed
1 year ago
1
sending json using post request
#27
rajkumardongre
closed
1 year ago
0
Add example to download a file
#26
milancurcic
closed
1 year ago
1
Add get_header_value procedure
#25
rajkumardongre
closed
1 year ago
1
API for POST method request
#24
rajkumardongre
closed
1 year ago
7
Replace hashmap with header_type array to store request and response headers
#23
rajkumardongre
closed
1 year ago
2
Discussion about the storage of Cookies
#22
rajkumardongre
closed
1 year ago
10
Making Header access more user friendly and Performing all cURL related tasks in a single function or subroutine
#21
rajkumardongre
closed
1 year ago
6
What is the best Practices for Passing Headers in HTTP Requests ?
#20
rajkumardongre
closed
1 year ago
6
make headers more user friendly
#19
rajkumardongre
closed
1 year ago
1
What HTTP request methods to support?
#18
milancurcic
closed
1 year ago
2
Install curl development headers on Ubuntu
#17
milancurcic
closed
1 year ago
1
Fix CI directory name
#16
milancurcic
closed
1 year ago
0
build and test in CI
#15
rajkumardongre
closed
1 year ago
1
Build and test in CI
#14
milancurcic
closed
1 year ago
1
Added test for GET request
#13
rajkumardongre
closed
1 year ago
3
Next