摘要:
服务器 from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler import json data = {'result': 'this is a test'} host = ('localhost', 8888) class Req 阅读全文
摘要:
根据具体的post json data 转发 location ~*\/api/v4/(objects|warning)(.*)/ { access_by_lua ' local transfer_request_query = ngx.req.get_uri_args() local res = 阅读全文