aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-07-09 21:19:11 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-07-09 21:55:11 +0000
commit0ebfc99e9af761ecf40a3b6fbc7f9abaf1b3ae63 (patch)
tree2188ed473934c09f79d35292a97dc0c13fe7d18c /api
parentc5cb4843e174697dd060b42810b8d20f0998b2e6 (diff)
downloadgo-0ebfc99e9af761ecf40a3b6fbc7f9abaf1b3ae63.tar.gz
go-0ebfc99e9af761ecf40a3b6fbc7f9abaf1b3ae63.zip
api: add some more API to go1.11.txt
Added since last update. Change-Id: Ic5be0e2e379d422ef72b956a794d65613a0dd7be Reviewed-on: https://go-review.googlesource.com/122815 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.11.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/go1.11.txt b/api/go1.11.txt
index d474cf0e8d..ead2a59e16 100644
--- a/api/go1.11.txt
+++ b/api/go1.11.txt
@@ -445,9 +445,19 @@ pkg net, method (*ListenConfig) ListenPacket(context.Context, string, string) (P
pkg net, type Dialer struct, Control func(string, string, syscall.RawConn) error
pkg net, type ListenConfig struct
pkg net, type ListenConfig struct, Control func(string, string, syscall.RawConn) error
+pkg net/http, const SameSiteDefaultMode = 1
+pkg net/http, const SameSiteDefaultMode SameSite
+pkg net/http, const SameSiteLaxMode = 2
+pkg net/http, const SameSiteLaxMode SameSite
+pkg net/http, const SameSiteStrictMode = 3
+pkg net/http, const SameSiteStrictMode SameSite
pkg net/http, const StatusMisdirectedRequest = 421
pkg net/http, const StatusMisdirectedRequest ideal-int
+pkg net/http, type Cookie struct, SameSite SameSite
+pkg net/http, type SameSite int
+pkg net/http, type Transport struct, MaxConnsPerHost int
pkg net/http/httptrace, type ClientTrace struct, Got1xxResponse func(int, textproto.MIMEHeader) error
+pkg net/http/httptrace, type ClientTrace struct, WroteHeaderField func(string, []string)
pkg os, const ModeIrregular = 524288
pkg os, const ModeIrregular FileMode
pkg os, const ModeType = 2399666176