您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. agoo:用于Ruby的高性能HTTP服务器-源码

  2. 阿古 Ruby的高性能HTTP服务器 用法 架 require 'agoo' Agoo :: Server . init ( 6464 , 'root' ) class MyHandler def call ( req ) [ 200 , { } , [ "hello world" ] ] end end handler = MyHandler . new Agoo :: Server . handle ( :GET , "/hello" , handler ) Agoo ::
  3. 所属分类:其它

    • 发布日期:2021-02-02
    • 文件大小:236544
    • 提供者:weixin_42133918