http: protocol

To access an individual web resource via HTTP

Fetches the web resource at the indicated location via HTTP.

$ ori http://example.com
<!doctype html>
<html>
<head>
    <title>Example Domain</title>
…

In general, using https: is preferred because it is more secure.