Support unix domain sockets via 'unix://' in hostname
We were wondering if there was any interest in supporting unix domain sockets in libredfish.
For velocity's sake, we are just hackishly treating a hostname with "uds://" prepended as a unix domain socket path. This has been working so far, but we're open to suggestions on how you might want this to look nicer in the library.
I'd imagine we'd need more ifdef guards if we want to support versions of libcurl that don't have CURLOPT_UNIX_SOCKET_PATH defined.
We could fix that up later, but for now we're just looking for feedback on whether this looks reasonable or not.
This is already done in registerForEventsAsync() do we absolutely have to add it to this interface?
Closing; no longer needed
Yes looks like we have an alternative.