bhftbootcamp / EasyCurl.jl

EasyCurl is a lightweight Julia package that provides a user-friendly wrapper for the libcurl C library, for making HTTP requests. It is useful for sending HTTP requests, especially when dealing with RESTful APIs
Apache License 2.0
10 stars 1 forks source link

❗ Change HTTP header case to lowercase #8

Closed gryumov closed 3 months ago

gryumov commented 3 months ago

Pull request checklist

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.27%. Comparing base (266ce99) to head (b5e8f16).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8 +/- ## ======================================= Coverage 78.27% 78.27% ======================================= Files 2 2 Lines 244 244 ======================================= Hits 191 191 Misses 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.