Commit 1b0bffa9 authored by Russ Cox's avatar Russ Cox

net/http: be clear that HTTPS is supported

Fixes #6443.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/14231045
parent 5f853d7d
......@@ -5,7 +5,7 @@
/*
Package http provides HTTP client and server implementations.
Get, Head, Post, and PostForm make HTTP requests:
Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
resp, err := http.Get("http://example.com/")
...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment