aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-07 13:38:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-07 13:38:39 +0000
commit1f5cf36a271e21e88e8fbc29dfd7828dc20b84eb (patch)
treed8ab49961591624445f7545a10c4f5d18c15a894 /src/http/ngx_http_request.h
parent7935d4bff771c73a257bfd58f7301b3665d641ce (diff)
downloadnginx-1f5cf36a271e21e88e8fbc29dfd7828dc20b84eb.tar.gz
nginx-1f5cf36a271e21e88e8fbc29dfd7828dc20b84eb.zip
202 Accepted status code
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 0559b4650..a200972f9 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -64,6 +64,7 @@
#define NGX_HTTP_OK 200
#define NGX_HTTP_CREATED 201
+#define NGX_HTTP_ACCEPTED 202
#define NGX_HTTP_NO_CONTENT 204
#define NGX_HTTP_PARTIAL_CONTENT 206