HTTP错误请求代码一览[http,respon,error code]

更新时间:2023-05-16 09:29:49 阅读: 评论:0

static  int  SC_ACCEPTED   
Status  code  (202)  indicating  that  a  request  was  accepted  for  processing,  but  was  not  completed.   
static  int  SC_BAD_GATEWAY   
Status  code  (502)  indicating  that  the  HTTP  rver  received  an  invalid  respon  from  a  rver  it  consulted  when  acting  as  a  proxy  or  gateway.   
static  int  SC_BAD_REQUEST   
Status  code  (400)  indicating  the  request  nt  by  the  client  was  syntactically  incorrect.   
static  int  SC_CONFLICT   
职场潜规则Status  code  (409)  indicating  that  the  request  could  not  be  completed  due  to  a  conflict  with  the  current  state  of  the  resource.   
static  int  SC_CONTINUE   
Status  code  (100)  indicating  the  client  can  continue.   
static  int  SC_CREATED   
Status  code  (201)  indicating  the  request  succeeded  and  created  a  new  resource  on  the  rver.   
static  int  SC_FORBIDDEN   
Status  code  (403)  indicating  the  rver  understood  the  request  but  refud  to  fulfill  it.   
static  int  SC_GATEWAY_TIMEOUT   
Status  code  (504)  indicating  that  the  rver  did  not  receive  a  timely  respon  from  the  upstream  rver  while  acting  as  a  gateway  or  proxy.   
static  int  SC_GONE   
Status  code  (410)  indicating  that  the  resource  is  no  longer  available  at  the  rver  and  no  forwarding  address  is  known.   
static  int  SC_HTTP_VERSION_NOT_SUPPORTED   
Status  code  (505)  indicating  that  the  rver  does  not  support  or  refus  to  support  the  HTTP  protocol  version  that  was  ud  in  the  request  message.   
static  int  SC_INTERNAL_SERVER_ERROR   
Status  code  (500)  indicating  an  error  inside  the  HTTP  rver  which  prevented  it  from  fulfilling  the  request.   
static  int  SC_LENGTH_REQUIRED   
Status  code  (411)  indicating  that  the  request  cannot  be  handled  without  a  defined  Content-Length.    中国十大名茶排行榜
static  int  SC_METHOD_NOT_ALLOWED   
Status  code  (405)  indicating  that  the  method  specified  in  the  Request-Line  is  not  allowed  for  the  resource  identified  by  the  Request-URI.   
static  int  SC_MOVED_PERMANENTLY   
Status  code  (301)  indicating  that  the  resource  has  permanently  moved  to  a  new  location,  and  that  future  ref
erences  should  u  a  new  URI  with  their  requests.   
static  int  SC_MOVED_TEMPORARILY   
其言也善Status  code  (302)  indicating  that  the  resource  has  temporarily  moved  to  another  location,  but  that  future  references  should  still  u  the  original  URI  to  access  the  resource.   
static  int  SC_MULTIPLE_CHOICES   
Status  code  (300)  indicating  that  the  requested  resource  corresponds  to  any  one  of  a  t  of  reprentations,  each  with  its  own  specific  location.   
static  int  SC_NO_CONTENT   
Status  code  (204)  indicating  that  the  request  succeeded  but  that  there  was  no  new  information  to  return.   
static  int  SC_NON_AUTHORITATIVE_INFORMATION   
Status  code  (203)  indicating  that  the  meta  information  prented  by  the  client  did  not  originate  from  the  rver.   
static  int  SC_NOT_ACCEPTABLE   
大唐李靖
Status  code  (406)  indicating  that  the  resource  identified  by  the  request  is  only  capable  of  generating  respon  entities  which  have  content  characteristics  not  acceptable  according  to  the  accept  headersnt  in  the  request.   
static  int  SC_NOT_FOUND   
Status  code  (404)  indicating  that  the  requested  resource  is  not  available.   
消防安全顺口溜6句static  int  SC_NOT_IMPLEMENTED   
Status  code  (501)  indicating  the  HTTP  rver  does  not  support  the  functionality  needed  to  fulfill  the  request.   
static  int  SC_NOT_MODIFIED   
Status  code  (304)  indicating  that  a  conditional  GET  operation  found  that  the  resource  was  available  and  not  modified.   
static  int  SC_OK   
Status  code  (200)  indicating  the  request  succeeded  normally.   
static  int  SC_PARTIAL_CONTENT   
Status  code  (206)  indicating  that  the  rver  has  fulfilled  the  partial  GET  request  for  the  resource.   
static  int  SC_PAYMENT_REQUIRED   
Status  code  (402)  rerved  for  future  u.   
static  int  SC_PRECONDITION_FAILED   
Status  code  (412)  indicating  that  the  precondition  given  in  one  or  more  of  the  request-header  fields  evaluated  to  fal  when  it  was  tested  on  the  rver.   
static  int  SC_PROXY_AUTHENTICATION_REQUIRED   
Status  code  (407)  indicating  that  the  client  MUST  first  authenticate  itlf  with  the  proxy.   
stati
c  int  SC_REQUEST_ENTITY_TOO_LARGE   
Status  code  (413)  indicating  that  the  rver  is  refusing  to  process  the  request  becau  the  request  entity  is  larger  than  the  rver  is  willing  or  able  to  process.   
static  int  SC_REQUEST_TIMEOUT   
Status  code  (408)  indicating  that  the  client  did  not  produce  a  requestwithin  the  time  that  the  rver  was  prepared  to  wait.   
static  int  SC_REQUEST_URI_TOO_LONG   
Status  code  (414)  indicating  that  the  rver  is  refusing  to  rvice  the  request  becau  the  Request-URI  is  longer  than  the  rver  is  willing  to  interpret.   
古代姓氏
static  int  SC_RESET_CONTENT   
花怎么折Status  code  (205)  indicating  that  the  agent  SHOULD  ret  the  document  view  which  caud  the  request  to  be  nt.   
static  int  SC_SEE_OTHER   
Status  code  (303)  indicating  that  the  respon  to  the  request  can  be  found  under  a  different  URI.   
投标密封条static  int  SC_SERVICE_UNAVAILABLE   
Status  code  (503)  indicating  that  the  HTTP  rver  is  temporarily  overloaded,  and  unable  to  handle  the  request.   
static  int  SC_SWITCHING_PROTOCOLS   
Status  code  (101)  indicating  the  rver  is  switching  protocols  according  to  Upgrade  header.   
static  int  SC_UNAUTHORIZED   
Status  code  (401)  indicating  that  the  request  requires  HTTP  authentication.   
static  int  SC_UNSUPPORTED_MEDIA_TYPE   
Status  code  (415)  indicating  that  the  rver  is  refusing  to  rvice  the  request  becau  the  entity  of  the  request  is  in  a  format  not  supported  by  the  requested  resource  for  the  requested  method.   
static  int  SC_USE_PROXY   
Status  code  (305)  indicating  that  the  requested  resource  MUST  be  accesd  through  the  proxy  given  by  the  Location  field. 

本文发布于:2023-05-16 09:29:49,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/652371.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:排行榜   职场   投标   名茶   潜规则
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图