Skip to main content

reply

Function reply 

Source
pub fn reply() -> Result<impl Reply, Rejection>
Expand description

Returns an empty 200 OK warp reply result.

Useful for endpoints that need only to acknowledge a request with no body. Equivalent to reply!().