8000 Assume method is set · codders/flask-api@013c1b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 013c1b7

Browse files
committed
Assume method is set
1 parent 9166474 commit 013c1b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

flask_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from flask_api.app import FlaskAPI
22

3-
__version__ = '3.0b4'
3+
__version__ = '3.0b5'

flask_api/request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def _perform_method_overloading(self):
142142
Also provides support for browser non-form requests (eg JSON),
143143
by specifing '_content' and '_content_type' form fields.
144144
"""
145-
self._method = super().method
146145
self._stream = super().stream
147146
self._content_type = self.headers.get('Content-Type')
148147
self._content_length = get_content_length(self.environ)

0 commit comments

Comments
 (0)
0