8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9166474 commit 013c1b7Copy full SHA for 013c1b7
flask_api/__init__.py
@@ -1,3 +1,3 @@
1
from flask_api.app import FlaskAPI
2
3
-__version__ = '3.0b4'
+__version__ = '3.0b5'
flask_api/request.py
@@ -142,7 +142,6 @@ def _perform_method_overloading(self):
142
Also provides support for browser non-form requests (eg JSON),
143
by specifing '_content' and '_content_type' form fields.
144
"""
145
- self._method = super().method
146
self._stream = super().stream
147
self._content_type = self.headers.get('Content-Type')
148
self._content_length = get_content_length(self.environ)
0 commit comments