@codefolio oooo
@codefolio what was your goal in writing this book for people? Why should a mid level read it?
@james My experience is that beginner don't need to know the details of HTTP requests -- how does GET work differently than POST, for instance, under the covers?
But by mid-career, you're seeing weird differences ("why can GET only have 1kb of params?" "which methods have a payload?" "what does Accepts actually do?") that a framework would abstract away.
By building it yourself, you can find out a lot more of the details.