Module AWS::Core::Http::ConnectionPool::SessionExtensions
In: lib/aws/core/http/connection_pool.rb

Helper methods extended onto Net::HTTPSession objects opend by the connection pool. @api private

Methods

finish   last_used   request  

Public Instance methods

Attempts to close/finish the session without raising an error.

@return [Time,nil]

Sends the request and tracks that this session has been used.

[Validate]