mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-01 19:17:48 +08:00
900bbe724a
PUBLISHED_FROM=51652f0157bb951a43508f0fe948c62c351e96ba
298 B
298 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_http_send_error() | mg_http_send_error | func | void mg_http_send_error(struct mg_connection *nc, int code, const char *reason); |
Sends an error response. If reason is NULL, the message will be inferred from the error code (if supported).