comparison src/http/ngx_http_request.h @ 1151:b1ebd03de948

disable TRACE method
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Mar 2007 18:59:26 +0000
parents 4d203f76b757
children 4d0d12446c3b
comparison
equal deleted inserted replaced
1150:1030996f617c 1151:b1ebd03de948
35 #define NGX_HTTP_OPTIONS 0x0200 35 #define NGX_HTTP_OPTIONS 0x0200
36 #define NGX_HTTP_PROPFIND 0x0400 36 #define NGX_HTTP_PROPFIND 0x0400
37 #define NGX_HTTP_PROPPATCH 0x0800 37 #define NGX_HTTP_PROPPATCH 0x0800
38 #define NGX_HTTP_LOCK 0x1000 38 #define NGX_HTTP_LOCK 0x1000
39 #define NGX_HTTP_UNLOCK 0x2000 39 #define NGX_HTTP_UNLOCK 0x2000
40 #define NGX_HTTP_TRACE 0x4000
40 41
41 #define NGX_HTTP_CONNECTION_CLOSE 1 42 #define NGX_HTTP_CONNECTION_CLOSE 1
42 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2 43 #define NGX_HTTP_CONNECTION_KEEP_ALIVE 2
43 44
44 45