mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
* Add support UNIX domain socket * `set_address_family(AF_UNIX)` is required * add unittest for UNIX domain socket * add support UNIX domain socket with abstract address Abstract address of AF_UNIX begins with null(0x00) which can't be delivered via .c_str() method. * add unittest for UNIX domain socket with abstract address Co-authored-by: Changbin Park <changbin.park@ahnlab.com>