The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::HTTP::Spore::Middleware::Format::YAML - middleware for YAML format

VERSION

version 0.06

SYNOPSIS

    my $client = Net::HTTP::Spore->new_from_spec('github.json');
    $client->enable('Format::YAML');

DESCRIPTION

Net::HTTP::Spore::Middleware::Format::YAML is a simple middleware to handle the YAML format. It will set the appropriate Accept header in your request. If the request method is PUT or POST, the Content-Type header will also be set to YAML.

This middleware will also deserialize content in the response. The deserialized content will be store in the body of the response.

EXAMPLES

AUTHORS

  • franck cuny <franck@lumberjaph.net>

  • Ash Berlin <ash@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by linkfluence.

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