15 lines
662 B
Markdown
15 lines
662 B
Markdown
|
# aquatic_http_protocol: HTTP BitTorrent tracker protocol
|
||
|
|
||
|
HTTP BitTorrent tracker message parsing and serialization.
|
||
|
|
||
|
[BEP 003]: https://www.bittorrent.org/beps/bep_0003.html
|
||
|
[BEP 007]: https://www.bittorrent.org/beps/bep_0007.html
|
||
|
[BEP 023]: https://www.bittorrent.org/beps/bep_0023.html
|
||
|
[BEP 048]: https://www.bittorrent.org/beps/bep_0048.html
|
||
|
|
||
|
Implements:
|
||
|
* [BEP 003]: HTTP BitTorrent protocol ([more details](https://wiki.theory.org/index.php/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol)). Exceptions:
|
||
|
* Only compact responses are supported
|
||
|
* [BEP 023]: Compact HTTP responses
|
||
|
* [BEP 007]: IPv6 support
|
||
|
* [BEP 048]: HTTP scrape support
|