comparison src/http/ngx_http_request.h @ 844:9ddb57468082

add more WebDAV methods
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Nov 2006 12:43:48 +0000
parents 362d156f0278
children 78e70dae89f0
comparison
equal deleted inserted replaced
843:ebab9490204c 844:9ddb57468082
28 #define NGX_HTTP_HEAD 0x0004 28 #define NGX_HTTP_HEAD 0x0004
29 #define NGX_HTTP_POST 0x0008 29 #define NGX_HTTP_POST 0x0008
30 #define NGX_HTTP_PUT 0x0010 30 #define NGX_HTTP_PUT 0x0010
31 #define NGX_HTTP_DELETE 0x0020 31 #define NGX_HTTP_DELETE 0x0020
32 #define NGX_HTTP_MKCOL 0x0040 32 #define NGX_HTTP_MKCOL 0x0040
33 #define NGX_HTTP_COPY 0x0080
34 #define NGX_HTTP_MOVE 0x0100
35 #define NGX_HTTP_OPTIONS 0x0200
36 #define NGX_HTTP_PROPFIND 0x0400
37 #define NGX_HTTP_PROPPATCH 0x0800
38 #define NGX_HTTP_LOCK 0x1000
39 #define NGX_HTTP_UNLOCK 0x2000
33 40
34 #define NGX_HTTP_CONNECTION_CLOSE 1 41 #define NGX_HTTP_CONNECTION_CLOSE 1
35 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2 42 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2
36 43
37 44