Http responses contain body
This commit is contained in:
@ -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) {}
|
||||
|
Reference in New Issue
Block a user