| Commit message (Collapse) | Author | Age |
|
|
|
| |
Add endpoint /proxy ... that can be used to proxy requests to other HTTP sites.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This logged every single request to stdout.
This is not necessary.
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Not used and it wasn't working
Added a connection name to make it easier to track the connection
|
| |
|
|
|
|
|
| |
Add support for user and pass connection.
Add support for specifying the HTTP port
|
| |
|
|
|