coding-cpp / expresso

C++ backend framework designed for efficient and fast development of web applications
https://expresso.aditjain.me
MIT License
1 stars 0 forks source link

conditional body parsing #75

Closed Jadit19 closed 2 months ago

Jadit19 commented 2 months ago

Parse body only if the http method is in the following:

  1. POST
  2. PUT
  3. PATCH
  4. DELETE
  5. OPTIONS