示例#1
0
def falcon_ext(body, headers):
    from falcon.bench.queues import api
    return api.create(body, headers)
示例#2
0
def falcon_ext(body, headers):
    from falcon.bench.queues import api

    return api.create(body, headers)