Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support http over unix domain sockets #392

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8ba7774
reduce lifetime of printer closure passed to client middleware
ducaale Dec 29, 2024
aa8fbf5
support http over unix domain sockets
ducaale Dec 29, 2024
fe56317
implement test server for http_unix
ducaale Dec 29, 2024
531dba9
add initial tests for http_unix
ducaale Dec 29, 2024
bf4b1b8
fix clippy warnings
ducaale Dec 29, 2024
80242c2
disable http_unix tests in windows
ducaale Dec 29, 2024
8cee2fe
add middleware for managing cookies
ducaale Dec 30, 2024
652e3df
add test for cookies
ducaale Dec 30, 2024
b6d59d9
avoid mocking host header
ducaale Dec 30, 2024
cb8d396
use shortened version of cfg unix check
ducaale Dec 30, 2024
c7fb645
throw an error if unix-socket used in unsupported os
ducaale Dec 30, 2024
e0791b3
provide complete example for unix-socket usage
ducaale Dec 30, 2024
f09a191
fix missing import
ducaale Dec 30, 2024
67730e1
check that host header is passed
ducaale Dec 30, 2024
de52108
Merge branch 'master' into http-over-unix-socket
ducaale Dec 30, 2024
0a80407
store unix_client in ClientWithMiddleware
ducaale Dec 31, 2024
3d887f0
Merge branch 'master' into http-over-unix-socket
ducaale Jan 2, 2025
2eb6367
Merge branch 'master' into http-over-unix-socket
ducaale Jan 7, 2025
31c4420
warn or error if unix-socket used with unsupported option
ducaale Jan 7, 2025
8bcbb0d
disable failing badssl.com tests
ducaale Jan 7, 2025
d601946
implement read timeout for unix_socket requests
ducaale Jan 7, 2025
c84e8ef
implement connect timeout for unix_socket requests
ducaale Jan 8, 2025
e362e7f
switch from read timeout to total timeout
ducaale Jan 11, 2025
92df488
revert disabling badssl tests
ducaale Jan 11, 2025
bd8dbdd
Merge branch 'master' into http-over-unix-socket
ducaale Jan 11, 2025
7db9b38
Merge branch 'master' into http-over-unix-socket
ducaale Jan 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into http-over-unix-socket
ducaale committed Jan 2, 2025
commit 3d887f0855a6e5cea0b3e91c8d21846099d9c428

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.