OVMS3-idf/components/nghttp
Vikram Dattu 4936110591 Modified http_parser to handle ICY uris.
ICY URIs e.g `http://uk1.internet-radio.com/proxy/vombat?mp=/;` need to
be handled differently.

For basic use case, these URIs are similar to HTTP with exception that they reply with `ICY 200` etc in place of `HTTP/1.1 200`.

In http_parser, we now also parse ICY URIs to be able to handle these similar to HTTP.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2019-10-11 16:26:42 +05:30
..
nghttp2@3bcc416e13 nghttp: Restore nghttp2 v1.24 2017-08-22 13:01:36 +10:00
port Modified http_parser to handle ICY uris. 2019-10-11 16:26:42 +05:30
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
COPYING components/nghttp: add HTTP2.0 protocol feature 2016-09-26 18:56:20 +08:00
LICENSE components/nghttp: add HTTP2.0 protocol feature 2016-09-26 18:56:20 +08:00
Makefile.projbuild Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
README components/nghttp: add HTTP2.0 protocol feature 2016-09-26 18:56:20 +08:00
component.mk nghttp: build port directory 2017-07-26 14:27:20 +08:00
nghttp.rst components/nghttp: just change format of nghttp.rst 2016-09-28 16:26:35 +08:00

README

See README.rst