mongoose/docs/c-api/http.h
Deomid Ryabkov 3feab3a16d No-JS mode refactoring
Now JS is controlled with a make variable as opposed to a proproc define.

This allows skipping compiling a whole bunch of files when JS is
disabled, e.g. whole freezing step on ESP, or compiling v7.c on CC3200
which takes a while only to be discarded in its entirety later.

Var name is SJ_ENABLE_JS (note change from disable logic to enable to be in line with other stuff). Default is 1, meaning JS is enabled.

Also changed clubby knob in the same way: SJ_ENABLE_CLUBBY, default is 1 as well.

PUBLISHED_FROM=105277e9536e423d6363a51ff9acea9550a9c496
2016-07-25 15:06:00 +00:00
..
intro.md Check malloc results, Contribute to cesanta/dev#3726 2016-05-28 19:06:09 +01:00
mg_connect_http_opt.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_connect_http.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_connect_ws_opt.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_connect_ws.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_file_upload_handler.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_fu_fname_fn.md Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00
mg_get_http_header.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_get_http_var.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_http_check_digest_auth.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_http_create_digest_auth_header.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_http_parse_header.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_parse_http.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_parse_multipart.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_printf_html_escape.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_printf_http_chunk.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_printf_websocket_frame.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_register_http_endpoint.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_head.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_http_chunk.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_response_line.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_websocket_frame.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_websocket_framev.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_websocket_handshake2.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_send_websocket_handshake.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_serve_http.md Use lld for ID 2016-07-22 16:26:31 +00:00
mg_set_protocol_http_websocket.md No-JS mode refactoring 2016-07-25 15:06:00 +00:00
mg_url_decode.md Use lld for ID 2016-07-22 16:26:31 +00:00
struct_http_message.md Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00
struct_mg_http_multipart_part.md Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00
struct_mg_serve_http_opts.md Add SSI doc string 2016-07-20 11:07:37 +00:00
struct_websocket_message.md Remove old docs, rename docs_new to docs 2016-05-15 22:07:04 +03:00