Include 201 CREATED in HTTP success response codes (#237)

* Include 201 CREATED in HTTP success response codes

Previously, we only accepted 200 OK and 204 NO_CONTENT. Some APIs we'd like to use this library with return 201 CREATED when creating a resource, so that should also count as success (and behave like 200 OK).
1 file changed