The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tapir - A Thrift-based rapid API framework

DESCRIPTION

Tapir sets forth a way to declare an API framework that's protocol and transport agnostic. It provides for strict datatyping (via Thrift) and automatic documentation with easy deployment scenarios over HTTP, AMQP or some other transport of your choice. The core of the implementation is asynchronous but can be called in a synchronous environment so long as your method implementation doesn't use asynchronous logic.

COPYRIGHT

Copyright (c) 2012 Eric Waters. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Eric Waters <ewaters@gmail.com>