Method: Fiddler::ConnectionManager::Connection#post
- Defined in:
- lib/fiddler/connection_manager.rb
#post(path, options) ⇒ Object
21 22 23 24 |
# File 'lib/fiddler/connection_manager.rb', line 21 def post(path,) login! unless @logged_in @client.post(url_for(path),).content end |