Skip to content

New dialer API with Unix socket support

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 02:59
· 208 commits to master since this release
9ec77d9

Added

  • Add new config::Dialer API that allows you to customize and override what sockets are connected to for a request, regardless of the host in the URL. Static IP sockets and Unix sockets are initially supported. (#150, #207) @sagebind

Fixed

  • Fix HEAD requests with a body and libcurl 7.71+ not playing well together because of incorrect usage of CURLOPT_NOBODY in Isahc. (#213, #214, #216) @sagebind

Dependency Updates