rclone/cmd/serve/http
Tom Mombourquette 6d62267227 serve http: support unix sockets and multiple listners
- add support for unix sockets (which skip the auth).
- add support for multiple listeners
- collapse unnecessary internal structure of lib/http so it can all be
  imported together
- moves files in sub directories of lib/http into the main lib/http
  directory and reworks the code that uses them.

See: https://forum.rclone.org/t/wip-rc-rcd-over-unix-socket/33619
Fixes: #6605
2022-12-15 12:38:09 +00:00
..
data Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
testdata http: Replace httplib with lib/http 2021-04-28 22:54:15 +01:00
http_test.go serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
http.go serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00