Site updated at 2018-03-09 18:51:31 UTC

This commit is contained in:
Travis CI 2018-03-09 18:51:31 +00:00
parent 02f14eef9a
commit 779c204a2c
972 changed files with 14468 additions and 2257 deletions

View file

@ -88,6 +88,7 @@
<ul>
<li><strong>url</strong> (<em>Required</em>): The URL (support template) for sending request.</li>
<li><strong>method</strong> (<em>Optional</em>): HTTP method to use (<code class="highlighter-rouge">get</code>, <code class="highlighter-rouge">post</code>, <code class="highlighter-rouge">put</code>, or <code class="highlighter-rouge">delete</code>). Defaults to <code class="highlighter-rouge">get</code>.</li>
<li><strong>headers</strong> (<em>Optional</em>): The headers for the requests.</li>
<li><strong>payload</strong> (<em>Optional</em>): A string/template to send with request.</li>
<li><strong>username</strong> (<em>Optional</em>): The username for HTTP authentication.</li>
<li><strong>password</strong> (<em>Optional</em>): The password for HTTP authentication.</li>