microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

Does cpprest's http_listener support http request traffic limit? #1669

Open yangbohust opened 2 years ago

yangbohust commented 2 years ago

Does cpprest's http_listener support http request traffic limit?

just like python flask, which have flask_limiter.