log

age author commit description
2018-11-13 Franklin Schmidt bcb39089e899 remove Ab_testing
2018-11-12 Franklin Schmidt 725e52076f03 remove broken pooling
2018-11-12 Franklin Schmidt 9fa8b8389578 add LuanTable.luan;
2018-10-01 Franklin Schmidt 05934fbf635a content-type "application/x-www-form-urlencoded; charset=utf-8"
2018-09-26 Franklin Schmidt 3f4644246e39 LuanHandler cleanup and add Server.serve_for_proxy
2018-09-25 Franklin Schmidt d41997776788 fix onClose issues
2018-09-25 Franklin Schmidt 382c444a6c77 add Http.eval_in_root and Http.handle_error
2018-09-24 Franklin Schmidt 81d3a01fbd09 minor
2018-09-24 Franklin Schmidt 198d6af7330a rename Luan.to_table to Table.java_to_table_shallow and Luan.to_luan to Table.java_to_table_deep
2018-09-24 Franklin Schmidt 4b5b84853f6f replace Table.as_table with Luan.to_table
2018-09-23 Franklin Schmidt e8020216dee7 add Luan.to_luan and fix multipart/form-data
2018-09-21 Franklin Schmidt e4d7a3114fa8 support "Content-Type: application/json; charset=utf-8"
2018-09-21 Franklin Schmidt e38f5869e9df don't reset in send_redirect and other improvements
2018-09-20 Franklin Schmidt c147e2e877e3 allow subclassing of HttpServicer
2018-09-03 Franklin Schmidt 4f571a974132 replace Thread.schedule with Thread.once and Thread.repeating
2018-09-02 Franklin Schmidt beebd0f5f2ba minor