mediamtx/internal/protocols/httpp
krystiancha 6ffa07e8e8
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
Add support for HTTP over unix sockets (#4241)
This adds support for using unix scheme in xxxAddress config options.
For example `hlsAddress: "unix://hls.sock"`.

---------

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2025-08-03 12:30:26 +02:00
..
content_type.go webrtc: fix error when charset is in Content-Type (#3126) (#3318) 2024-05-05 10:47:12 +02:00
credentials.go parse HTTP username and password OR token, not both (#4517) 2025-05-11 10:20:57 +02:00
credentials_test.go parse HTTP username and password OR token, not both (#4517) 2025-05-11 10:20:57 +02:00
handler_exit_on_panic.go rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
handler_filter_requests.go rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
handler_logger.go rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
handler_server_header.go rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
remote_addr.go rename httpserv into httpp (#3014) 2024-02-13 13:04:56 +01:00
server.go Add support for HTTP over unix sockets (#4241) 2025-08-03 12:30:26 +02:00
server_test.go Add support for HTTP over unix sockets (#4241) 2025-08-03 12:30:26 +02:00