lean4-htt/src/Std
Sofia Rodrigues a0b2e1f302
feat: introduce HTTP/1.1 server (#12151)
This PR introduces the Server module, an Async HTTP/1.1 server.

This contains the same code as #10478, divided into separate pieces to
facilitate easier review.

The pieces of this feature are:
- Core data structures: #12126
- Headers: #12127
- URI:  #12128
- Body: #12144
- H1: #12146
- Server: #12151
- Client:

---------

Co-authored-by: Rob23oba <152706811+Rob23oba@users.noreply.github.com>
2026-04-20 16:25:45 +00:00
..
Data feat: add instance validation checks in addInstance (#13389) 2026-04-16 17:48:16 +00:00
Do chore: rename mvcgen_invariant_type attribute to spec_invariant_type, part 2 (#13157) 2026-03-27 13:06:17 +00:00
Internal feat: introduce HTTP/1.1 server (#12151) 2026-04-20 16:25:45 +00:00
Net feat: introduce HTTP/1.1 server (#12151) 2026-04-20 16:25:45 +00:00
Sat perf: remove the additional relabeling step during AIG to CNF conversion (#12480) 2026-02-14 17:08:07 +00:00
Sync feat: introduce HTTP/1.1 server (#12151) 2026-04-20 16:25:45 +00:00
Tactic chore: fix spelling errors (#13274) 2026-04-04 07:34:34 +00:00
Time fix: assorted fixes in the string library (#13201) 2026-03-31 06:28:20 +00:00
Data.lean feat: String.toNat? lemmas (#12828) 2026-03-19 11:02:56 +00:00
Do.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Internal.lean feat: add core HTTP data types (#12126) 2026-03-04 14:32:29 +00:00
Net.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Sat.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Sync.lean feat: introduce HTTP/1.1 server (#12151) 2026-04-20 16:25:45 +00:00
Tactic.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Time.lean style: fix typos in Init/ and Std/ docstrings (#11864) 2026-01-09 07:24:07 +00:00