zephyr/subsys/net/lib/http/README_http_parser
Anas Nashif f2cb20c772 docs: fix misspelling across the tree
Found a few annoying typos and figured I better run script and
fix anything it can find, here are the results...

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-19 15:34:13 -05:00

14 lines
544 B
Text

HTTP Parser Support in Zephyr
-----------------------------
The http-parser library* from the nodejs project is a downstream of an
externally maintained open source project. The original upstream code
can be found at:
https://github.com/nodejs/http-parser/releases/tag/v2.7.1
https://github.com/nodejs/http-parser/archive/v2.7.1.tar.gz
NOTE: The portions which relate to URL parsing have been split out into
http_parser_url.c (originally located in http_parser.c).
* "http-parser" is the project's name, "http_parser" is used in filenames.