Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PushOptions (0.18 sec)

  1. src/net/http/http.go

    var (
    	// verify that an io.Copy from NoBody won't require a buffer:
    	_ io.WriterTo   = NoBody
    	_ io.ReadCloser = NoBody
    )
    
    // PushOptions describes options for [Pusher.Push].
    type PushOptions struct {
    	// Method specifies the HTTP method for the promised request.
    	// If set, it must be "GET" or "HEAD". Empty means "GET".
    	Method string
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top