pub fn reply() -> Result<impl Reply, Rejection>
Returns an empty 200 OK warp reply result.
200 OK
Useful for endpoints that need only to acknowledge a request with no body. Equivalent to reply!().
reply!()