Method: WeChat::Bot::HTTP::Session#post
- Defined in:
- lib/wechat/bot/http/session.rb
#post(url, options = {}) ⇒ HTTP::Response
24 25 26 |
# File 'lib/wechat/bot/http/session.rb', line 24 def post(url, = {}) request(:post, url, ) end |