|  | Home | Libraries | People | FAQ | More | 
A rate policy with simple, configurable limits on reads and writes.
        Defined in header <boost/beast/core/rate_policy.hpp>
      
class simple_rate_policy
| Name | Description | 
|---|---|
| Set the limit of bytes per second to read. | |
| Set the limit of bytes per second to write. | 
This rate policy allows for simple individual limits on the amount of bytes per second allowed for reads and writes.