常见的http response

200            //OK                                 400            //bad request

401           //Unauthorized                   403          //Forbidden

404           //Not Found                       409          //Request Conflict

412          //Precondition Failed            413      //Request Exceed Limit

429         //Too Many Requests            500       //Internal Server Error

503          //Service Unavailable

原文地址:https://www.cnblogs.com/family-626-77/p/6088934.html