mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
helpers module
This commit is contained in:
@@ -8,6 +8,11 @@ This module provides helper functions for httpbin.
|
||||
"""
|
||||
|
||||
|
||||
from flask import request
|
||||
|
||||
from .structures import CaseInsensitiveDict
|
||||
|
||||
|
||||
|
||||
def get_files():
|
||||
"""Returns files dict from request context."""
|
||||
|
||||
Reference in New Issue
Block a user