squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

Is this typo? #58

Closed Asoul closed 7 years ago

Asoul commented 7 years ago

I found the add_route without prefix slash, is this typo or just another meanings? Can I found some document? Thanks :)

squeaky-pl commented 7 years ago

In fact it is technically not a typo because you can have HTTP statusline that has no / in front but of course there are no clients that do that.