]> Cypherpunks repositories - gostls13.git/commit
net/http: add new HTTP 451 status code, Unavailable For Legal Reasons.
authorDavid Symonds <dsymonds@golang.org>
Tue, 22 Dec 2015 00:29:25 +0000 (11:29 +1100)
committerDavid Symonds <dsymonds@golang.org>
Tue, 22 Dec 2015 02:14:22 +0000 (02:14 +0000)
commit8567fb7a0a5c4d88a7bfb73ec1f0c4be4c58d1ff
tree06b72be43046efddc077e301fb6dbce662b8303a
parentbbb88f9091b44e1cb80d767f0ce3c77334e2ccb6
net/http: add new HTTP 451 status code, Unavailable For Legal Reasons.

Approved by the IETF.

https://datatracker.ietf.org/doc/draft-ietf-httpbis-legally-restricted-status/

Change-Id: I688597bb5f7ef7c7a9be660a4fcd2ef02d9dc9f4
Reviewed-on: https://go-review.googlesource.com/18112
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: David Symonds <dsymonds@golang.org>
src/net/http/status.go