-
Kenton Varda authored
Some protocols, like Visual Studio Code's Language Server Protocol, have made the unfortunate decision to use HTTP-style message envelope even though they are not HTTP protocols. LSP, for example, sends each JSON-RPC messages as a Content-Length header followed by two CRLF followed by a JSON message of that length. I didn't want to rewrite HTTP parsing, so I extended the HTTP library to make this functionality reusable.
513cd4e8
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
gtest.h | ||
gzip-test.c++ | ||
gzip.c++ | ||
gzip.h | ||
http-test.c++ | ||
http.c++ | ||
http.h | ||
make-test-certs.sh | ||
readiness-io-test.c++ | ||
readiness-io.c++ | ||
readiness-io.h | ||
tls-test.c++ | ||
tls.c++ | ||
tls.h | ||
url-test.c++ | ||
url.c++ | ||
url.h |