TODO.md 355 B
GOOD HABITS
- If you collect an iterator which you don't index in, you don't need to collect it
- avoid temporary hashmaps
- rewrite POST request stuff TICK
- Client struct
- Mime-Display new implemented
- Remove unwraps
- Reusable allocations
TODO:
- Uri structs everywhere
- Cookie From String fix
API design 3. No decisions for the caller