• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD11-Mar-2024406 149

KconfigD11-Mar-20241 KiB3731

README_http_parserD11-Mar-2024544 1510

http_client.cD11-Mar-202415.6 KiB691524

http_parser.cD11-Mar-202455.9 KiB2,3921,837

http_parser_url.cD11-Mar-202413.7 KiB577401

README_http_parser

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