mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
add runtime to get
This commit is contained in:
@@ -55,6 +55,7 @@ def view_user_agent():
|
||||
|
||||
|
||||
@app.route('/get', methods=('GET',))
|
||||
@filters.x_runtime
|
||||
@filters.json
|
||||
def view_get():
|
||||
"""Returns GET Data."""
|
||||
|
||||
Reference in New Issue
Block a user