What HTTP Status Codes Should Programmers be Concerned With?

前端 未结 6 1872
半阙折子戏
半阙折子戏 2021-02-03 11:06

So, if you look at the List of HTTP Status Codes, there are probably a number of them that would be useful while programming. The server might handle some things, like protocols

6条回答
  •  渐次进展
    2021-02-03 11:33

    Well, those are status codes, not headers, but any of them might be useful (although the 5xx series are unlikely to be).

提交回复
热议问题