httpUrl method

String httpUrl()

Generates a http url.

Example:

  faker.internet.httpUrl();

Implementation

String httpUrl() => uri('http');