Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wirep (0.08 sec)

  1. src/net/http/h2_bundle.go

    	Code     http2ErrCode
    	Cause    error // optional additional detail
    }
    
    // errFromPeer is a sentinel error value for StreamError.Cause to
    // indicate that the StreamError was sent from the peer over the wire
    // and wasn't locally generated in the Transport.
    var http2errFromPeer = errors.New("received from peer")
    
    func http2streamError(id uint32, code http2ErrCode) http2StreamError {
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

    `json:\"aOption\"`\n\t}\n\n// External package:\n\n\ttype MyAPIObject struct {\n\t\truntime.TypeMeta `json:\",inline\"`\n\t\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n\t}\n\n\ttype PluginA struct {\n\t\tAOption string `json:\"aOption\"`\n\t}\n\n// On the wire, the JSON will look something like this:\n\n\t{\n\t\t\"kind\":\"MyAPIObject\",\n\t\t\"apiVersion\":\"v1\",\n\t\t\"myPlugin\": {\n\t\t\t\"kind\":\"PluginA\",\n\t\t\t\"aOption\":\"foo\",\n\t\t},\n\t}\n\nSo what happens? Decode first uses json or yaml...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top