Kernel::WebApp::Controller::API::Role::ServesGzipResponse

Table of Contents

NAME

Kernel::WebApp::Controller::API::Role::ServesGzipResponse – compresses the data before sent it.

PUBLIC INTERFACE

Consume this role to automatically compress the response, at the moment only json will be compressed:

    with qw(
        Kernel::WebApp::Controller::API::Role::ServesGzipResponse
    )
Scroll to Top