pub fn json_response_pretty<T>(s: &T) -> ResponseFuture where
    T: Serialize
Expand description

Pretty-printed version of json response as future