From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

HTTP::Engine::Types::Core - Core HTTP::Engine Types

SYNOPSIS

use HTTP::Engine::Types::Core qw( Interface );
has 'interface' => (
isa => Interface,
coerce => 1
);

DESCRIPTION

HTTP::Engine::Types::Core defines the main subtypes used in HTTP::Engine

AUTHORS

Kazuhiro Osawa and HTTP::Engine Authors.

SEE ALSO

HTTP::Engine, MouseX::Types, MooseX::Types