| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
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.
|
|
|
|
| |
run is useful for local testing
|
|
|
|
| |
This is useful for being able to easily set up an environment to deploy
|
|
|
|
|
| |
This logged every single request to stdout.
This is not necessary.
|
|
|
|
|
| |
Added some changes that should help with deploying on FreeBSD.
Before it was holding onto my shell that I ran just deploy from, and killed the proc when I hit ctrl+c.
|
|
|
|
| |
Make it easier to deploy
|
|
|
|
|
| |
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
|
| |
|
|
|