[][src]Function tide::http::security::powered_by

pub fn powered_by(headers: impl AsMut<Headers>, value: Option<HeaderValue>)

Removes the X-Powered-By header to make it slightly harder for attackers to see what potentially-vulnerable technology powers your site.

read more