Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement reverse proxy #2

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

BenjamenMeyer
Copy link
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