gevent-socketio Documentation
Release 0.3.1decoded dictionaries also. socketio.packet Handler is a lower-level transports handler. It is responsible for calling your WSGI application socketio.handler Transports are responsible for translating WSGI server to the WSGI app to be served, while dispatching any Socket.IO related activities to the handler and the transports. socketio.server Auto-generated indexes: Index Module Index References LearnBoost’s modules | gevent-socketio 0.3.1 documentation » Python Module Index s s socketio socketio.handler socketio.mixins socketio.namespace socketio.packet socketio.server socketio.transports0 码力 | 91 页 | 118.05 KB | 1 年前3
WeRoBot 1.6.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会讲消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 85 页 | 89.26 KB | 1 年前3
WeRoBot 1.5.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会讲消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 83 页 | 88.85 KB | 1 年前3
WeRoBot 1.6.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会讲消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 94 页 | 74.98 KB | 1 年前3
WeRoBot 1.8.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会将消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 96 页 | 75.79 KB | 1 年前3
WeRoBot 1.7.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会将消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 94 页 | 75.38 KB | 1 年前3
WeRoBot 1.4.0 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会讲消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 82 页 | 88.39 KB | 1 年前3
WeRoBot 1.4.1 微信公众号开发框架文档Session 记录用户状态 创建自定义菜单 消息加解密 部署 在独立服务器上部署 在SAE上部署 Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Session 开启/关闭 Session 修改 Handler 以使用 Session WeRoBot.Client —— 微信 API 操作类 开始开发 自定义菜单 World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def hello(message): return 'Hello World!' # 让服务器监听在 0.0.0.0:80 robot.config['HOST'] = '0.0.0 后, WeRoBot 会讲消息转交给 Handler 进行处理,并将 Handler 的返回值返回 给微信服务器。 在刚才的 Hello World 中, 我们编写的 @robot.handler def hello(message): return 'Hello World!' 就是一个简单的 Handler , @robot.handler 意味着 robot 会将所有接收到的消0 码力 | 82 页 | 88.42 KB | 1 年前3
Guzzle PHP 6.5 DocumentationDecorators Handlers and Middleware Handlers Middleware HandlerStack Creating a Handler Testing Guzzle Clients Mock Handler History Middleware Test Web Server Using the test server FAQ Does Guzzle require Requirements 1. PHP 5.5.0 2. To use the PHP stream handler, allow_url_fopen must be enabled in your system's php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled wrapper to send HTTP requests if cURL is not installed. Alternatively, you can provide your own HTTP handler used to send requests. Keep in mind that cURL is still required for sending concurrent requests.0 码力 | 65 页 | 311.42 KB | 11 月前3
Guzzle PHP 7.0 DocumentationDecorators Handlers and Middleware Handlers Middleware HandlerStack Creating a Handler Testing Guzzle Clients Mock Handler History Middleware Test Web Server Using the test server FAQ Does Guzzle require Requirements 1. PHP 5.5.0 2. To use the PHP stream handler, allow_url_fopen must be enabled in your system's php.ini. 3. To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled wrapper to send HTTP requests if cURL is not installed. Alternatively, you can provide your own HTTP handler used to send requests. Keep in mind that cURL is still required for sending concurrent requests.0 码力 | 64 页 | 310.93 KB | 11 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













