Module: RFlow::Components::HTTP
- Defined in:
- lib/rflow/components/http.rb,
lib/rflow/components/http/server.rb,
lib/rflow/components/http/version.rb,
lib/rflow/components/http/extensions.rb
Defined Under Namespace
Modules: Extensions Classes: Server
Constant Summary collapse
- SCHEMA_DIRECTORY =
Load the schemas
::File.(::File.join(::File.dirname(__FILE__), '..', '..', '..', 'schema'))
- SCHEMA_FILES =
{ 'http_response.avsc' => 'RFlow::Message::Data::HTTP::Response', 'http_request.avsc' => 'RFlow::Message::Data::HTTP::Request', }
- VERSION =
"1.0.1"