edgexfoundry / security-api-gateway

Owner: Security WG
Apache License 2.0
11 stars 10 forks source link

Use http.StatusOK, etc. from the http package instead of status code. #57

Closed tingyuz closed 5 years ago

tingyuz commented 5 years ago

Currently status codes ( such as 200, 201, 401 etc) are being used in the codebase. It is better to use http.StatusOK etc for readability and maintenance.

tingyuz commented 5 years ago

This issue is covered with #61