d31b2d2c89
No need to yield. Conditionally show form. Updated title.
Marcos Kirsch
2016-02-15 22:31:48 -06:00
066b602444
Updated README with new instructions
Marcos Kirsch
2016-02-15 22:31:08 -06:00
fbc6506faa
Merged with main repository
Marcos Kirsch
2016-02-15 20:54:11 -06:00
64f07cb38d
Change NodeMCU firmware link to point to github project.
Marcos Kirsch
2016-02-15 14:21:16 -06:00
4d4442318d
Fix example server-side scripts to work on new nodemcu-firmware. Specifically, call coroutine.yield() after each connection:send() except the last one, since we can no longer queue sends.
Marcos Kirsch
2016-02-15 14:20:28 -06:00
1b14a516aa
Fix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one.
Marcos Kirsch
2016-02-15 13:52:01 -06:00
1f43c9f5e5
Added Cache-Control header for gzipped content. This will prevent for getting css.gz js.gz and so by browser from server.
IntelliDust
2015-12-03 12:51:42 +01:00
1b8a1f7750
Added handling of watchdog for serving bigger files
IntelliDust
2015-12-03 12:48:27 +01:00
f852959fa5
Handle the null write case
Philip Gladstone
2015-11-28 21:00:34 -05:00
9fee6ee8e8
Removed another unused file
Philip Gladstone
2015-11-28 16:36:53 -05:00
a54159b39f
Remove unused file
Philip Gladstone
2015-11-28 12:23:22 -05:00
8a195cb798
Reduce memory requirements a bit and fix weird issue in node_info.lua example
Philip Gladstone
2015-11-28 12:22:20 -05:00
b4a2d02431
Fix the problem with the more modern SDK only allowing one outstanding connection:send at a time. Long and short of it, don't use coroutine.yield any more when serving content.
Philip Gladstone
2015-11-22 13:39:03 -05:00
ef340bc82a
Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others
Ryan Voots
2015-08-31 18:01:06 -07:00
243ab35720
Add xml mime type
Artem Pastukhov
2015-04-21 09:34:05 +03:00
ead632d131
Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements
Marcos Kirsch
2015-04-19 23:42:58 -05:00
453f38b52f
Small wording improvement
Marcos Kirsch
2015-04-19 23:40:36 -05:00
3125f997f7
Changed upload to upload_all which is more clear. You can now use make upload to upload a specific file
Marcos Kirsch
2015-04-18 23:13:04 -05:00
572732fd44
Add sample file with a form using method POST
Marcos Kirsch
2015-04-18 23:12:04 -05:00
3390d6f6e9
Added note about .gz support
Marcos
2015-04-03 08:27:44 -05:00