class Kemal::Shield::XPoweredBy

Overview

Kemal::Shield::XPoweredBy removes the X-Powered-By HTTP header.

This handler can be turned off by setting

Kemal::Shield.config.hide_powered_by = false

Defined in:

kemal-shield/handlers/x_powered_by.cr

Instance Method Summary

Instance Method Detail

def call(context) #

[View source]