Per spec, event content is required to be a JSON object. The send endpoints accepted any valid JSON value, including bare strings and arrays. Signed-off-by: Jason Volk <jason@zemos.net>
3 lines
42 B
Rust
3 lines
42 B
Rust
mod event_content;
|
|
mod headers;
|
|
mod uiaa;
|