pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

add missing features - HTTP PATCH support, HTTP 202 response code #163

Closed juxe closed 6 years ago

juxe commented 6 years ago

when request method is PATCH, allow JSON data to be sent in body add HTTP 202 (ACCEPTED) status code to status codes list

cjus commented 6 years ago

@juxe Thanks for this!