Method: Mongo::Auth::Aws::Request#host

Defined in:
lib/mongo/auth/aws/request.rb

#hostString (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.

Returns:

  • (String)

    host The value of Host HTTP header to use.

Since:

  • 2.0.0



87
88
89
# File 'lib/mongo/auth/aws/request.rb', line 87

def host
  @host
end