Lines Matching refs:a

23 For the HTTP protocol family, emulate a filled-in form in which a user has
27 For SMTP and IMAP protocols, this composes a multipart mail message to
31 a file, prefix the filename with an @ sign. To just get the content part from
32 a file, prefix the filename with the symbol \<. The difference between @ and
33 \< is then that @ makes a file get attached in the post as a file upload,
34 while the \< makes a text field and just get the contents for that text field
35 from a file.
37 Read content from stdin instead of a file by using a single "-" as filename.
39 buffered in memory first by curl to determine its size and allow a possible
40 resend. Defining a part's data from a named non-regular file (such as a named
54 Example: send your essay in a text field to the server. Send it as a plain
55 text field, but get the contents for it from a local file:
59 You can also instruct curl what Content-Type to use by using `type=`, in a
68 You can also explicitly change the name field of a file upload part by setting
83 Note that if a filename/path is quoted by double-quotes, any double-quote
101 apply. When headers are read from a file, Empty lines and lines starting
103 between two words and starting the continuation line with a space; embedded
105 Here is an example of a header file contents:
108 X-header-1: this is a header
118 - if data starts with '(', this signals to start a new multipart: it can be
119 followed by a content type specification.
121 - a multipart can be terminated with a '=)' argument.
124 inline part in two alternative formats: plain text and HTML. It attaches a
135 with a transfer error, *quoted-printable* and *base64* that encodes data
139 Example: send multipart mail with a quoted-printable text message and a