pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Allow user to customise schemes #46

Closed jim8786453 closed 7 years ago

jim8786453 commented 7 years ago

If the user provides a 'schemes' configuration value use that instead of auto-discovering the value. This is useful in the scenario where Eve is running on http behind a proxy running https, so auto-discovery would yield the wrong value.

nicolaiarocci commented 7 years ago

Merged after a rebase. Thanks!