1
0
mirror of synced 2025-07-25 01:22:03 +03:00
This commit is contained in:
yhirose
2025-07-10 01:37:36 -04:00
parent 8b28577ec6
commit ca1bed5cca
3 changed files with 49 additions and 1 deletions

View File

@ -1084,6 +1084,8 @@ cli.set_address_family(AF_UNIX);
"my-socket.sock" can be a relative path or an absolute path. Your application must have the appropriate permissions for the path. You can also use an abstract socket address on Linux. To use an abstract socket address, prepend a null byte ('\x00') to the path.
This library automatically sets the Host header to "localhost" for Unix socket connections, similar to curl's behavior:
URI Encoding/Decoding Utilities
-------------------------------