add(protocol/http): mode collection (#3406)
This commit is contained in:
parent
00d22e6b4a
commit
8e7953d3a4
File diff suppressed because it is too large
Load Diff
|
@ -29,8 +29,8 @@ sub new {
|
||||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$self->{version} = '0.1';
|
|
||||||
$self->{modes} = {
|
$self->{modes} = {
|
||||||
|
'collection' => 'apps::protocols::http::mode::collection',
|
||||||
'expected-content' => 'apps::protocols::http::mode::expectedcontent',
|
'expected-content' => 'apps::protocols::http::mode::expectedcontent',
|
||||||
'json-content' => 'apps::protocols::http::mode::jsoncontent',
|
'json-content' => 'apps::protocols::http::mode::jsoncontent',
|
||||||
'response' => 'apps::protocols::http::mode::response',
|
'response' => 'apps::protocols::http::mode::response',
|
||||||
|
|
Loading…
Reference in New Issue