What is this?
Plubus HTTP is a driver for Plumbus.
Installation
Run gem install plumbus_http
Configuration
Configure is handled through a ruby file. This file contains a listing of ports
which are just driver instances that are declared on either the request or response side.
port(:request, 'plumbus_http') do
#Driver specific config
end
port(:response, 'plumbus_http') do
#Driver specific config
end
FAQ
When should I use plumbus?
Todo
Creator
License
plumbus is released under the MIT license. See LICENSE for details.