https://github.com/jackfirth/http2
A (wildly unimplemented) http2 client and server for Racket
https://github.com/jackfirth/http2
Last synced: 2 months ago
JSON representation
A (wildly unimplemented) http2 client and server for Racket
- Host: GitHub
- URL: https://github.com/jackfirth/http2
- Owner: jackfirth
- License: apache-2.0
- Created: 2019-10-26T23:36:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T23:38:03.000Z (about 5 years ago)
- Last Synced: 2025-03-24T05:17:15.010Z (3 months ago)
- Language: Racket
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http2 [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs]
A (wildly unimplemented) http2 client and server for Racket. Check back in on
this project once it's further along.[ci-status]: https://github.com/jackfirth/http2/actions
[ci-status-badge]: https://github.com/jackfirth/http2/workflows/CI/badge.svg
[docs]: https://docs.racket-lang.org/http2/index.html
[docs-badge]: https://img.shields.io/badge/docs-published-blue.svg