Skip to content

Commit

Permalink
Raise priority of http interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 1, 2012
1 parent 3cf7f24 commit 2ad4286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/interfaces.py
Expand Up @@ -445,7 +445,7 @@ class Http(Interface):
>>> } >>> }
""" """


score = 100 score = 10000


# methods as defined by http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html + PATCH # methods as defined by http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html + PATCH
METHODS = ('GET', 'POST', 'PUT', 'OPTIONS', 'HEAD', 'DELETE', 'TRACE', 'CONNECT', 'PATCH') METHODS = ('GET', 'POST', 'PUT', 'OPTIONS', 'HEAD', 'DELETE', 'TRACE', 'CONNECT', 'PATCH')
Expand Down

0 comments on commit 2ad4286

Please sign in to comment.