Home | History | Annotate | Download | only in http

Lines Matching refs:POST

99 	// Method specifies the HTTP method (GET, POST, PUT, etc.).
225 // field's query parameters and the POST or PUT form data.
230 // PostForm contains the parsed form data from POST, PATCH,
414 // multipart/form-data POST request, else returns nil and an error.
739 | "POST" ; Section 9.5
755 // methods Do, Post, and PostForm, and Transport.RoundTrip.
1119 err = errors.New("http: POST too large")
1142 // For POST, PUT, and PATCH requests, it also parses the request body as a form
1158 if r.Method == "POST" || r.Method == "PUT" || r.Method == "PATCH" {
1235 // POST and PUT body parameters take precedence over URL query string values.
1251 // PostFormValue returns the first value for the named component of the POST