Files
Nim/lib
def 477b3594eb Speed up asynchttpserver significantly using all the previous changes
- Export socket field of AsyncHttpServer and addHeaders proc for templates

- Make respond a template instead of proc because of how often it's called.
  This means no more "await" when invoking it.

- Optimize respond template with special case for empty headers and
  Content-Length entry

- newRequest doesn't allocate a hostname and body anymore because they're
  copied in later

- Major changes to processClient to prevent allocations and copies
2015-03-17 19:39:02 +01:00
..
2015-03-17 17:50:32 +01:00
2015-02-20 19:30:12 +01:00
2015-02-24 16:52:01 +01:00
2015-03-12 12:48:28 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00
2015-03-17 17:50:32 +01:00