| Plack documentation | view source | Contained in the Plack distribution. |
Plack::Middleware::XFramework - Sample middleware to add X-Framework
enable "Plack::Middleware::XFramework", framework => "Catalyst";
This middleware adds X-Framework header to the HTTP response.
Sets the string value of X-Framework header. If not set, the header is not set to the response.
| Plack documentation | view source | Contained in the Plack distribution. |