HomeSort by relevance Sort by last modified time
    Searched refs:cookiejar (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
dummy_publicsuffix_test.go 7 import "net/http/cookiejar"
10 List cookiejar.PublicSuffixList
example_test.go 11 "net/http/cookiejar"
33 // All users of cookiejar should import "golang.org/x/net/publicsuffix"
34 jar, err := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List})
punycode.go 5 package cookiejar package
60 return "", fmt.Errorf("cookiejar: invalid label %q", s)
67 return "", fmt.Errorf("cookiejar: invalid label %q", s)
107 panic("cookiejar: internal error in punycode encoding")
jar.go 5 // Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
6 package cookiejar package
59 // Jar implements the http.CookieJar interface from the net/http package.
150 // Cookies implements the Cookies method of the http.CookieJar interface.
225 // SetCookies implements the SetCookies method of the http.CookieJar interface.
422 errIllegalDomain = errors.New("cookiejar: illegal cookie domain attribute")
423 errMalformedDomain = errors.New("cookiejar: malformed cookie domain attribute")
424 errNoHostname = errors.New("cookiejar: no host name available (IP only)")
punycode_test.go 5 package cookiejar package
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
dummy_publicsuffix_test.go 7 import "net/http/cookiejar"
10 List cookiejar.PublicSuffixList
example_test.go 11 "net/http/cookiejar"
33 // All users of cookiejar should import "golang.org/x/net/publicsuffix"
34 jar, err := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List})
punycode.go 5 package cookiejar package
60 return "", fmt.Errorf("cookiejar: invalid label %q", s)
67 return "", fmt.Errorf("cookiejar: invalid label %q", s)
107 panic("cookiejar: internal error in punycode encoding")
jar.go 5 // Package cookiejar implements an in-memory RFC 6265-compliant http.CookieJar.
6 package cookiejar package
59 // Jar implements the http.CookieJar interface from the net/http package.
150 // Cookies implements the Cookies method of the http.CookieJar interface.
225 // SetCookies implements the SetCookies method of the http.CookieJar interface.
422 errIllegalDomain = errors.New("cookiejar: illegal cookie domain attribute")
423 errMalformedDomain = errors.New("cookiejar: malformed cookie domain attribute")
424 errNoHostname = errors.New("cookiejar: no host name available (IP only)")
punycode_test.go 5 package cookiejar package
  /prebuilts/go/darwin-x86/src/net/http/
jar.go 11 // A CookieJar manages storage and use of cookies in HTTP requests.
13 // Implementations of CookieJar must be safe for concurrent use by multiple
16 // The net/http/cookiejar package provides a CookieJar implementation.
17 type CookieJar interface {
  /prebuilts/go/linux-x86/src/net/http/
jar.go 11 // A CookieJar manages storage and use of cookies in HTTP requests.
13 // Implementations of CookieJar must be safe for concurrent use by multiple
16 // The net/http/cookiejar package provides a CookieJar implementation.
17 type CookieJar interface {
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 46 cookiejar = cookielib.LWPCookieJar()
47 opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cookiejar))
  /external/curl/src/
tool_cfgable.c 55 Curl_safefree(config->cookiejar);
tool_cfgable.h 39 char *cookiejar; /* write to this file */ member in struct:OperationConfig
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 231 def interact_2965(cookiejar, url, *set_cookie_hdrs):
232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
234 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
241 cookiejar.add_cookie_header(req)
247 cookiejar.extract_cookies(res, req)
343 # domains in the CookieJar before we try to access them (because that
409 from cookielib import CookieJar, DefaultCookiePolicy
424 c = CookieJar(policy)
    [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py 246 def interact_2965(cookiejar, url, *set_cookie_hdrs):
247 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
249 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
250 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
252 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
256 cookiejar.add_cookie_header(req)
262 cookiejar.extract_cookies(res, req)
358 # domains in the CookieJar before we try to access them (because that
424 from cookielib import CookieJar, DefaultCookiePolicy
439 c = CookieJar(policy
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 231 def interact_2965(cookiejar, url, *set_cookie_hdrs):
232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
234 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
241 cookiejar.add_cookie_header(req)
247 cookiejar.extract_cookies(res, req)
343 # domains in the CookieJar before we try to access them (because that
409 from cookielib import CookieJar, DefaultCookiePolicy
424 c = CookieJar(policy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 231 def interact_2965(cookiejar, url, *set_cookie_hdrs):
232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
234 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
241 cookiejar.add_cookie_header(req)
247 cookiejar.extract_cookies(res, req)
343 # domains in the CookieJar before we try to access them (because that
409 from cookielib import CookieJar, DefaultCookiePolicy
424 c = CookieJar(policy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 231 def interact_2965(cookiejar, url, *set_cookie_hdrs):
232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
234 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
241 cookiejar.add_cookie_header(req)
247 cookiejar.extract_cookies(res, req)
343 # domains in the CookieJar before we try to access them (because that
409 from cookielib import CookieJar, DefaultCookiePolicy
424 c = CookieJar(policy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 231 def interact_2965(cookiejar, url, *set_cookie_hdrs):
232 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie2")
234 def interact_netscape(cookiejar, url, *set_cookie_hdrs):
235 return _interact(cookiejar, url, set_cookie_hdrs, "Set-Cookie")
237 def _interact(cookiejar, url, set_cookie_hdrs, hdr_name):
241 cookiejar.add_cookie_header(req)
247 cookiejar.extract_cookies(res, req)
343 # domains in the CookieJar before we try to access them (because that
409 from cookielib import CookieJar, DefaultCookiePolicy
424 c = CookieJar(policy
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 105 "net/http/cookiejar",
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 176 "net/http/cookiejar",
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 105 "net/http/cookiejar",

Completed in 525 milliseconds

1 2