Lines Matching full:an
16 * Create and send an HTTP request.
18 * Use an absolute path to override the base path of the client, or a
31 * Create and send an HTTP GET request.
33 * Use an absolute path to override the base path of the client, or a
48 * Create and send an HTTP HEAD request.
50 * Use an absolute path to override the base path of the client, or a
65 * Create and send an HTTP PUT request.
67 * Use an absolute path to override the base path of the client, or a
82 * Create and send an HTTP POST request.
84 * Use an absolute path to override the base path of the client, or a
99 * Create and send an HTTP PATCH request.
101 * Use an absolute path to override the base path of the client, or a
116 * Create and send an HTTP DELETE request.
118 * Use an absolute path to override the base path of the client, or a
133 * Create and send an asynchronous HTTP request.
135 * Use an absolute path to override the base path of the client, or a
137 * contain the query string as well. Use an array to provide a URL
147 * Create and send an asynchronous HTTP GET request.
149 * Use an absolute path to override the base path of the client, or a
151 * contain the query string as well. Use an array to provide a URL
163 * Create and send an asynchronous HTTP HEAD request.
165 * Use an absolute path to override the base path of the client, or a
167 * contain the query string as well. Use an array to provide a URL
179 * Create and send an asynchronous HTTP PUT request.
181 * Use an absolute path to override the base path of the client, or a
183 * contain the query string as well. Use an array to provide a URL
195 * Create and send an asynchronous HTTP POST request.
197 * Use an absolute path to override the base path of the client, or a
199 * contain the query string as well. Use an array to provide a URL
211 * Create and send an asynchronous HTTP PATCH request.
213 * Use an absolute path to override the base path of the client, or a
215 * contain the query string as well. Use an array to provide a URL
227 * Create and send an asynchronous HTTP DELETE request.
229 * Use an absolute path to override the base path of the client, or a
231 * contain the query string as well. Use an array to provide a URL