⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ne_status.3

📁 linux subdivision ying gai ke yi le ba
💻 3
字号:
.\"Generated by db2man.xsl. Don't modify this, modify the source..de Sh \" Subsection.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Ip \" List item.br.ie \\n(.$>=3 .ne \\$3.el .ne 3.IP "\\$1" \\$2...TH "NE_STATUS" 3 "5 July 2004" "neon 0.24.7" "neon API reference".SH NAMEne_status \- HTTP status structure.SH "SYNOPSIS".ad l.hy 0#include <ne_utils\&.h>typedef struct {    int major_version, minor_version;    int code, klass;    const char *reason_phrase;} \fBne_status\fR;.sp.ad.hy.SH "DESCRIPTION".PPAn \fBne_status\fR type represents an HTTP response status; used in response messages giving a result of request\&. The major_version and minor_version fields give the HTTP version supported by the server issuing the response\&. The code field gives the status code of the result (lying between 100 and 999 inclusive), and the klass field gives the class[2], which is equal to the most significant digit of the status\&..PPThere are five classes of HTTP status code defined by RFC2616:.TP1xxInformational response\&..TP2xxSuccess: the operation was successful.TP3xxRedirection.TP4xxClient error: the request made was incorrect in some manner\&..TP5xxServer error.SH "SEE ALSO".PP\fBne_get_status\fR(3)\&..SH AUTHORJoe Orton <neon@webdav\&.org>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -