http-parser.mo
Request parser
An HTTP request parser for parsing URL, search query, headers and form data.
HTTP Request Parser for Motoko
10 stars
1 watching
3 forks
Language: Motoko
last commit: 3 months ago
Linked from 1 awesome list
httpmotoko
Related projects:
Repository | Description | Stars |
---|---|---|
tmm1/http_parser.rb | A simple HTTP request/response parser that provides callbacks for parsing HTTP messages. | 200 |
marshmallow-code/webargs | A Python library for parsing and validating HTTP request objects with support for multiple web frameworks. | 1,379 |
fukamachi/fast-http | A fast and low-level HTTP request/response parser for Common Lisp. | 343 |
mozillazg/request | An HTTP request library for Gopher. | 425 |
aviate-labs/parser-combinators.mo | A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
kennethreitz/requests-html | A Pythonic HTML parsing library providing intuitive and asynchronous web scraping capabilities. | 303 |
globocom/m3u8 | A Python library for parsing and manipulating HTTP Live Streaming (HLS) playlists | 2,058 |
nekobato/deno-xml-parser | A Deno port of the XML parser from Segmentio, allowing parsing of XML data within Deno applications. | 21 |
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
neuralegion/har | A Crystal library for parsing the HTTP Archive format | 22 |
albrow/forms | A lightweight Go library for parsing form data from HTTP requests. | 137 |
calio/form-input-nginx-module | Reads HTTP request bodies and parses them into Nginx variables. | 120 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
tedconf/node-m3u8 | A streaming parser for m3u8 files in Node.js | 188 |
h2o/picohttpparser | A lightweight HTTP request/response parser written in C. | 1,851 |