summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Add client proxyHEADmasterRobby Zambito6 hours
| | | | Add endpoint /proxy ... that can be used to proxy requests to other HTTP sites.
* Update endpoint -> subject encodingRobby Zambito9 hours
| | | | | Use an encoding that can be safely used bidirectionally while still being easy to read. This is useful for being able to make HTTP requests from NATS, which I am working on now.
* Remove loggingRobby Zambito6 days
| | | | | This logged every single request to stdout. This is not necessary.
* Sanitize pathsRobby Zambito11 days
| | | | | Use _ instead of . in paths. This is useful for paths like /.well-known, where the previous subject transformation would be invalid, due to two consecutive dots.
* Add host to subjectRobby Zambito13 days
|
* Use 404 when there are no NATS handlersRobby Zambito13 days
|
* Add support for inbox prefixRobby Zambito13 days
|
* Disable NKEY connection for nowRobby Zambito13 days
| | | | | Not used and it wasn't working Added a connection name to make it easier to track the connection
* More connection optionsRobby Zambito2025-02-01
|
* Add env varsRobby Zambito2025-02-01
| | | | | Add support for user and pass connection. Add support for specifying the HTTP port
* Basic working locallyRobby Zambito2025-02-01
|
* Initial commitRobby Zambito2025-02-01