0.0
No release in over 3 years
...
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

 Project Readme

CloudContext

...

require 'cloud_context'

Size Limitations

While there is technically no limit to header size, servers generally enforce limits. For example, Apache's default is 8KB and will return HTTP Status code 413 - Entity Too Large. Additionally, headers adds overhead to every request being made, so use CloudContext sparingly. To approximate byte size:

CloudContext.bytesize

Multi-threading Limitations

CloudContext allocates a new context for each thread.


Contributing

Yes please :)

  1. Fork it
  2. Create your feature branch (git checkout -b my-feature)
  3. Ensure the tests pass (bundle exec rspec)
  4. Commit your changes (git commit -am 'awesome new feature')
  5. Push your branch (git push origin my-feature)
  6. Create a Pull Request

Inspired by


Gem codecov