Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Dec 18, 2024
1 parent 44b60dc commit 6196418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ There are 4 crates provided in this repository:
- **[tuic-server](https://github.com/Itsusinn/tuic/tree/dev/tuic-server)** - Binary. Minimalistic TUIC server implementation as a reference
- **[tuic-client](https://github.com/Itsusinn/tuic/tree/dev/tuic-client)** - Binary. Minimalistic TUIC client implementation as a reference

## Contribute TUIC

[Search TODO in code base](https://github.com/search?q=repo%3AItsusinn%2Ftuic%20todo&type=code) or [Assist with Open Issues](https://github.com/Itsusinn/tuic/issues)

## License

Code in this repository is licensed under [GNU General Public License v3.0](https://github.com/Itsusinn/tuic/blob/dev/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion tuic-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ acme.sh --install-cert -d www.yourdomain.org \
```

## RESTful API
With authorization header when making a request. `curl -H 'Authorization: Bearer YOUR_SECRET_HERE' http://ip:port/path`
With authorization header when making a request. `curl -H 'Authorization: Bearer YOUR_SECRET_HERE' http://ip:port/path`

Or with authorization disabled `curl http://ip:port/path`

Expand Down

0 comments on commit 6196418

Please sign in to comment.