-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add mini-http-client implementation with json and bytes support * Use anyhow for error handling in the http-client implementation * Remove http-client ClientBuilder * Use local HTTPS server instead of requesting external sources * Move http-client tests as unit tests * refactor http-client tests * fix: update deprecated openssl functions * fixup: tests and cfg fmts also clippy fixes * move http tests to test_async * test_http_client, fix wasm * ci: make certs first require certs to startup * ci: fix wasm test name * fix: ci windows * ci: macos, fixup cert labels * ci: macos, fixup openssl1 vs http-server key fmt expectations * result.rs use anyhow result * ci: add binstall wsocat doesn't release direct binaries so binstall is not used there * ci: dynamically select test port for http-client --------- Co-authored-by: Matheus Consoli <[email protected]>
- Loading branch information
1 parent
030c3ff
commit 5f111e2
Showing
15 changed files
with
411 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.