Method: Mongo::Auth::Aws::Request#host
- Defined in:
- lib/mongo/auth/aws/request.rb
#host ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns host The value of Host HTTP header to use.
87 88 89 |
# File 'lib/mongo/auth/aws/request.rb', line 87 def host @host end |