]> Cypherpunks repositories - gostls13.git/commit
net/http: add additional status codes defined in RFC 6585
authorJonathan Rudenberg <jonathan@titanous.com>
Mon, 11 Mar 2013 14:43:57 +0000 (07:43 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Mar 2013 14:43:57 +0000 (07:43 -0700)
commitfadeafac9391942af19cfa5cc3fc9ccedcd87b47
treed84f9f8c70f02b6732fe10b5efd688a9e65bf406
parent9fcc37f70ed7ac5e886641e98b67903c279cf46c
net/http: add additional status codes defined in RFC 6585

428 Precondition Required
429 Too Many Requests
431 Request Header Fields Too Large
511 Network Authentication Required

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7678043
src/pkg/net/http/status.go