mirror of
https://github.com/soypat/lneto.git
synced 2026-08-30 19:39:05 +00:00
add httpraw to readme
This commit is contained in:
@@ -12,7 +12,7 @@ Userspace networking primitives.
|
|||||||
## Packages
|
## Packages
|
||||||
- `lneto`: Low-level Networking Operations, or "El Neto", the networking package. Zero copy network frame marshalling and unmarshalling.
|
- `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/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/tcp`](./ntp): TCP implementation and low level logic.
|
||||||
- [`lneto/dhcpv4`](./dhcpv4): DHCP version 4 protocol 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.
|
- [`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:
|
// It does NOT implement:
|
||||||
// - Normalization.
|
// - Normalization.
|
||||||
// - Cookies.
|
// - Cookies (see [Cookie]).
|
||||||
// - Special header optimizations.
|
// - Special header optimizations.
|
||||||
// - Safe API. Users can easily mangle HTTP body with calls.
|
// - Safe API. Users can easily mangle HTTP body with calls.
|
||||||
type Header struct {
|
type Header struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user