Home | History | Annotate | Download | only in libwebserv

Lines Matching full:form

41 // POST request using multipart/form-data request.
80 // pre-parsed by the server (e.g. "application/x-www-form-urlencoded" and
81 // "multipart/form-data"). If there is no request body, or the data has been
95 // (e.g. "http://server.com/?foo=bar") and the non-file form fields in the
103 // Returns a list of key-value pairs for the non-file form fields in the
111 // Gets the values of form field with given |name|. This includes both
112 // values provided on the URL and as part of form data in POST request.
115 // Gets the values of form field with given |name| for form data in POST
122 // Gets the file upload parameters for a file form field of given |name|.