Abbreviation
CSPF, Cross-Site Request Forgery, 跨域请求伪造
CGI, Common Gateway Interface, 通用网关接口
WSGI, Python Web Server Gateway Interface, Web服务器网关接口 【基于http协议,不支持WebSocket】
ASGI, Asynchronous Server Gateway Interface, 异步服务器网关接口 【ASGI是WSGI的扩展,支持WebSocket】
parentheses: 小括号( ) --->tuple
brackets: 中括号[ ]--->list
braces: 大括号{ }--->dictionary
posted on 2021-04-01 14:27 Karlkiller 阅读(284) 评论(0) 编辑 收藏 举报