diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-03-09 21:51:24 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-03-09 21:51:24 +0100 |
commit | 5598a8de82f28232fb4407911a8643dceacc9ebc (patch) | |
tree | 832c4db3c0b897ad6615761083a7735e18d45b44 /libmproxy/prxy/server.py | |
parent | fc4fe83eafc68ebb9763fa5cbee1ed7e16964c9c (diff) | |
download | mitmproxy-5598a8de82f28232fb4407911a8643dceacc9ebc.tar.gz mitmproxy-5598a8de82f28232fb4407911a8643dceacc9ebc.tar.bz2 mitmproxy-5598a8de82f28232fb4407911a8643dceacc9ebc.zip |
finish proxy.py split up
Diffstat (limited to 'libmproxy/prxy/server.py')
-rw-r--r-- | libmproxy/prxy/server.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libmproxy/prxy/server.py b/libmproxy/prxy/server.py deleted file mode 100644 index 441b29b4..00000000 --- a/libmproxy/prxy/server.py +++ /dev/null @@ -1,18 +0,0 @@ -__author__ = 'user' - - -class AddressPriority(object): - """ - Enum that signifies the priority of the given address when choosing the destination host. - Higher is better (None < i) - """ - FORCE = 5 - """forward mode""" - MANUALLY_CHANGED = 4 - """user changed the target address in the ui""" - FROM_SETTINGS = 3 - """reverse proxy mode""" - FROM_CONNECTION = 2 - """derived from transparent resolver""" - FROM_PROTOCOL = 1 - """derived from protocol (e.g. absolute-form http requests)"""
\ No newline at end of file |