http error code

来源:互联网 发布:单片机工程师月薪多少 编辑:程序博客网 时间:2024/06/03 22:39

Just for my reference purpose.


200 Ok, all except for post

201 post success with location return

202 async return

204 no content, normally delete use it

304 not modified.


client side error with 400 series code:

400 bad request / cannot parse correctly, client side.

401 unauth request

403 access forbidden

404 resource not found.

405 method not allowed.

410 no resources any longer at this point (never use this...)

415 unsupported media type

429 too many requests.


0 0
原创粉丝点击