aboutsummaryrefslogtreecommitdiff
path: root/send_over_http.go
AgeCommit message (Collapse)Author
2023-09-14Allow user to set network addressSlack Coder
Give the user the ability to set which network address to listen on and the network type (IP 4 or 6 etc.). Randomly choose an available port to avoid conflicting with other services listening on a predefined one.
2023-09-14Support files with spacesSlack Coder
Lean on net/url/URL to properly format filenames when a single file is being hosted.
2022-05-17initial commitSlack Coder