Skip to content

Enhancement reverse proxy#2

Open
BenjamenMeyer wants to merge 11 commits into
masterfrom
enhancement_reverse_proxy
Open

Enhancement reverse proxy#2
BenjamenMeyer wants to merge 11 commits into
masterfrom
enhancement_reverse_proxy

Conversation

@BenjamenMeyer
Copy link
Copy Markdown
Owner

BenjamenMeyer added 11 commits February 11, 2015 14:25
- Adding Reverse Proxy support so EOM can be used with non-python HTTP Stacks
- stackinabox has a new release that fixes the two bugs we had
  - DELETE != PUT
  - pip install now works correctly
- Compliance for pep8
- Limiting the display output for py27, pypy so the columns continue to look nice
- Converted to using the iterable returned by Requests instead of implementing our own for the return from the WSGI app
- Bug Fix: ReversProxyRequest.body wasn't a property and had a conflict between a method and a member variable
EOM Proxy doesn't support FTP proxying, just HTTP(S).
Original thought was it might as that is normal proxy behavior but it's simply not necessary
- Converted some calls to ones that were more straight forward and clear, and probably more performant since they use native Python functionality insteado redo'ing that same functionality (even though it's also in pure python)
- updates per changes to master
  - no more global CONF
  - stackinabox is already in, but at least keep the pinning
  - pep8 compliance, namely in license text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant