Skip to content

celogeek/Net-HTTP-Spore-Middleware-Header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Net::HTTP::Spore::Middleware::Header - Spore Middleware to add header on each request

VERSION

version 0.03

SYNOPSIS

my $client = Net::HTTP::Spore->new_from_spec('api.json');
$client->enable(
    header_name  => 'Content-Type',
    header_value => 'application/json'
);

DESCRIPTION

This module is a middleware that add header on each request. You can specify for exemple a Content-Type to pass.

METHODS

call

This method will add header_name:header_value in the header of each request

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/celogeek/Net-HTTP-Spore-Middleware-Header/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

celogeek me@celogeek.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by celogeek me@celogeek.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Middleware to send header on each spore request

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages