mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-02 00:19:00 +08:00
7bed7ff482
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
489 B
489 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_rpc_create_request() | mg_rpc_create_request | func | int mg_rpc_create_request(char *buf, int len, const char *method, const char *id, const char *params_fmt, ...); |
Create JSON-RPC request in a given buffer.
Return length of the request, which
can be larger then len
that indicates an overflow.
params_fmt
format string should conform to json_emit()
API,
see https://github.com/cesanta/frozen