1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Agileutil v0.0.21 发布, 增加内置web框架,移除sanic依赖 下载

Discussion in '软件资讯' started by 漂亮的石头, 2021-06-15.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    488,199
    Likes Received:
    47
    内置Web框架 Agileutil也可以作为一个web框架来使用, HttpRpcServer在此基础上构建。 from agileutil.http.server import HttpServer, route import json @route('/test') async def test(request): a = request.data.get('a') b = request.data.get('b') c = int(a) + int(b) return json....
    Agileutil v0.0.21 发布, 增加内置web框架,移除sanic依赖下载地址
     
Loading...