Ruby URI::HTTP Functions

EditRocket provides the following information on URI::HTTP functions in the Ruby source code builder.

build(args) - Create a new URI::HTTP object from components, with syntax checking.

new(*arg) - Create a new URI::HTTP object from generic URI components as per RFC 2396. No HTTP-specific syntax checking (as per RFC 1738) is performed.

request_uri() - Returns the full path for an HTTP request, as required by Net::HTTP::Get.