

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Headers
incomplete
2: Constraints
incomplete
3: Multiple Values
incomplete
4: Add to Parse
incomplete
5: Live Headers
incomplete
This lesson's interactive features are locked, please to keep using them
Let's test our request line and headers parsing live with the tcplistener
Again, we already did the hard parts!
Request line:
- Method: METHOD
- Target: TARGET
- Version: VERSION
Headers:
- KEY: VALUE
- KEY: VALUE
...
go run ./cmd/tcplistener | tee /tmp/headers.txt
curl http://localhost:42069/use-neovim-btw
Run and submit the CLI tests.