The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Wombat::Connector::HttpResponseFacade - internal http response facade

SYNOPSIS

DESCRIPTION

Facade class that wraps an internal HttpResponse object. All methods are delegated to the wrapped response. The facade is presented to servlet code so that the servlet code does not have access to internal HttpResponse methods.

SEE ALSO

Servlet::Http::HttpServletResponse, Wombat::Connector::ResponseFacade, Wombat::HttpResponse

AUTHOR

Brian Moseley, bcm@maz.org