| HTTP-Engine documentation | view source | Contained in the HTTP-Engine distribution. |
HTTP::Engine::Types::Core - Core HTTP::Engine Types
use Any::Moose;
use HTTP::Engine::Types::Core qw( Interface );
has 'interface' => (
isa => Interface,
coerce => 1
);
HTTP::Engine::Types::Core defines the main subtypes used in HTTP::Engine
Kazuhiro Osawa and HTTP::Engine Authors.
| HTTP-Engine documentation | view source | Contained in the HTTP-Engine distribution. |