in reply to Re: [RFC] Web low level
in thread [RFC] Web low level

While it may seem a little dated(...)

This book is 18 years old now, in such fast growing field as internet it really matters. Anyway, I will check it out. I also choose "High Performance Browser Networking" by Ilya Grigorik it covers http (v.2.0 also) and is from 2013.

Can you propose some extra resources for http servers written in perl ? Thanks.

Replies are listed 'Best First'.
Re^3: [RFC] Web low level
by Your Mother (Archbishop) on Mar 19, 2015 at 16:30 UTC

    I think the enormous weight of the expertise here will fall on published code and not published learning materials. To that end, I recommend reading all the code you can: site:metacpan.org "http" ( server OR client ); focus on things that are newer and more highly rated/reviewed/recommended. Test suites are often the best place to start when trying to understand new code.