Sha256: b6b7a323f833bdf1dde0b9cc053071e330232ecc3e19c7fdc6cf8d3db32abead

Contents?: true

Size: 724 Bytes

Versions: 2

Compression:

Stored size: 724 Bytes

Contents

# SoarFlow

Middleware that generates a request flow ID, or honors an existing request flow ID already present in the request. The ID is expected and placed in request.params['flow_identifier']

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'soar_flow'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install soar_flow

## Usage

```
use SoarFlow::ID
```

## Contributing

Please send feedback and comments to the author at:

Ernst van Graan <ernst.van.graan@hetzner.co.za>

This gem is sponsored by Hetzner (Pty) Ltd - http://hetzner.co.za

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
soar_flow-0.1.1 README.md
soar_flow-0.1.0 README.md