meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 173 forks source link

Support PATCH Method #23

Closed xoox closed 6 years ago

xoox commented 7 years ago

Hi, would you please consider to add support for the PATCH method? PATCH method is used commonly in RESTful APIs of GitHub, Google et.al. It would be nice for served to support it.

References

  1. RFC5789 - PATCH Method for HTTP
Jeffail commented 6 years ago

Done https://github.com/datasift/served/commit/ed112b6f8b894146579b45a6b1586dbc9a5e0317