Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for StatusCode (0.19 sec)

  1. src/net/http/h2_bundle.go

    	header := make(Header, len(regularFields))
    	res := &Response{
    		Proto:      "HTTP/2.0",
    		ProtoMajor: 2,
    		Header:     header,
    		StatusCode: statusCode,
    		Status:     status + " " + StatusText(statusCode),
    	}
    	for _, hf := range regularFields {
    		key := http2canonicalHeader(hf.Name)
    		if key == "Trailer" {
    			t := res.Trailer
    			if t == nil {
    				t = make(Header)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                                          - https
                                          type: string
                                        statusCode:
                                          default: 302
                                          description: "StatusCode is the HTTP status
                                            code to be used in response. \n Note that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.13.md

    - `TaintBasedEvictions`...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top