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,options)
   login! unless @logged_in
   @client.post(url_for(path),options).content
end