mirror of
https://github.com/soypat/lneto.git
synced 2026-08-11 18:33:46 +00:00
add httpraw to readme
This commit is contained in:
@@ -12,7 +12,7 @@ Userspace networking primitives.
|
||||
## Packages
|
||||
- `lneto`: Low-level Networking Operations, or "El Neto", the networking package. Zero copy network frame marshalling and unmarshalling.
|
||||
- [`lneto/frames.go`](./frames.go): Ethernet, IPv4/IPv6, ARP, TCP, UDP packet marshalling/unmarshalling.
|
||||
|
||||
- [`lneto/http/httpraw`](./http/httpraw/): Heapless HTTP header processing and validation. Does no implement header normalization.
|
||||
- [`lneto/tcp`](./ntp): TCP implementation and low level logic.
|
||||
- [`lneto/dhcpv4`](./dhcpv4): DHCP version 4 protocol implementation and low level logic.
|
||||
- [`lneto/dns`](./dns): DNS protocol implementation and low level logic.
|
||||
|
||||
@@ -34,7 +34,7 @@ func (f flags) hasAny(checkThese flags) bool {
|
||||
//
|
||||
// It does NOT implement:
|
||||
// - Normalization.
|
||||
// - Cookies.
|
||||
// - Cookies (see [Cookie]).
|
||||
// - Special header optimizations.
|
||||
// - Safe API. Users can easily mangle HTTP body with calls.
|
||||
type Header struct {
|
||||
|
||||
Reference in New Issue
Block a user