Commit Graph
19 Commits
Author SHA1 Message Date
Alex Hultman d4ca158495 Add .unhandled route 2018-10-03 18:35:20 +02:00
Alex Hultman ee81e9b0b0 Remove old commented out code 2018-09-26 21:40:22 +02:00
Alex Hultman 7a67f57be0 Add static Http server example, fix wildcards 2018-09-17 02:52:10 +02:00
Alex Hultman 6fadfabec1 Add convenience wrapper App (again) 2018-09-15 23:56:30 +02:00
Alex Hultman baa58c9e90 Hook up router, delete old code 2018-09-10 23:58:52 +02:00
Alex Hultman 18c9fe0911 I forgot what I did 2018-09-02 21:10:01 +02:00
Alex Hultman ffdfc8274f Hook up WebSocket parsers somewhat 2018-08-30 01:14:34 +02:00
Alex Hultman 6edb189d0d Start hooking up various modules 2018-08-28 21:42:21 +02:00
Alex Hultman 1d94e90dd7 Port to uSockets v0.0.4 2018-08-28 06:42:04 +02:00
Alex Hultman eb7a73651f Shutdown idle HttpSockets, serve a complete website, etc 2018-08-05 01:03:50 +02:00
Alex Hultman 20f0a2debe Add timeouts, make SSL paths identical to non-SSL 2018-07-03 18:11:24 +02:00
Alex Hultman a3dd3ef958 Lots of fixes, begin to think about timeouts 2018-07-02 23:13:55 +02:00
Alex Hultman df2a48f042 Make tests 2018-07-02 21:56:21 +02:00
Alex Hultman 999ae69bed Move HttpParser into own module 2018-06-30 00:17:31 +02:00
Alex Hultman aea255f72c Rough skeleton for proper HTTP parsing 2018-06-26 21:48:22 +02:00
Alex Hultman 2be613d40b For some reason std:: string/vector memory is much slower! 2018-06-24 15:40:12 +02:00
Alex Hultman 377d1b3ee0 Initial streams support 2018-06-24 01:47:58 +02:00
Alex Hultman 0cbccaf08e Actually put headers, content-length and status in response 2018-06-24 01:27:40 +02:00
Alex Hultman a2fe871e63 Small refactor and interface update 2018-06-24 00:16:54 +02:00