1. 首页
  2. 数据库
  3. 其它
  4. 从django的中间件直接返回请求的方法

从django的中间件直接返回请求的方法

上传者: 2021-01-01 03:04:57上传 PDF文件 36.24KB 热度 13次
实例如下所示: #coding=utf-8 import json import gevent from django.http import HttpResponse from sdsom.web.recorder import get_event_type from sdsom.web.recorder import get_request_event_info from sdsom.db.rpcclient import get_db_client class RecordEventMiddleWare(object) : def process_view(self, request
用户评论