cosmopolitan/tool/net
Justine Tunney ee7e296339 Add state assertions to redbean Lua APIs
Many of the API functions provided by redbean are only appropriate to
call in certain contexts, such as request handling or .init.lua, etc.
For example, Fetch can't be called from the global scope of .init.lua
because SSL hasn't been configured yet. Earlier if this happened then
redbean would crash, which was confusing. What we'll do now is show a
friendly error message. See #97

This change also undocuments redbean ssl compression support since it
seems to be causing a flake in the testing infrastructure.
2021-08-09 15:35:38 -07:00
..
demo Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
.init.lua Add SSL to redbean 2021-06-24 13:20:50 -07:00
counters.inc Make improvements to redbean 2021-07-08 15:56:23 -07:00
dig.c Make minor revisions to previous change 2021-06-30 10:45:27 -07:00
echoserver.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
favicon.ico Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
help.txt Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
lsqlite3.c Tune SQLite build for redbean (#97) 2021-06-10 08:00:08 -07:00
net.mk Add Lua compiler 2021-08-09 13:09:14 -07:00
redbean.c Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00
wb.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00