Http responses contain body

This commit is contained in:
2021-05-16 12:23:34 +02:00
parent a8c6962b20
commit 782ad13e48
7 changed files with 175 additions and 30 deletions

View File

@ -1,3 +1,7 @@
pub fn is_valid(evt: &str) -> bool {
use json;
pub fn is_valid_endpoint(endpoint: &str) -> bool {
false
}
pub fn endpoint(endpoint: &str, input: json::object::Object) {}