add(protocol/http): mode collection (#3406)

This commit is contained in:
qgarnier 2022-01-17 15:49:30 +01:00 committed by GitHub
parent 00d22e6b4a
commit 8e7953d3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1517 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,8 +29,8 @@ sub new {
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
bless $self, $class;
$self->{version} = '0.1';
$self->{modes} = {
'collection' => 'apps::protocols::http::mode::collection',
'expected-content' => 'apps::protocols::http::mode::expectedcontent',
'json-content' => 'apps::protocols::http::mode::jsoncontent',
'response' => 'apps::protocols::http::mode::response',