fix formatting in docs
This commit is contained in:
parent
30879a1d78
commit
b559118832
27 changed files with 248 additions and 116 deletions
|
|
@ -77,20 +77,22 @@
|
|||
<div class="col(9,9,12)">
|
||||
<h2 id="m-request">m.request</h2>
|
||||
<hr>
|
||||
<p><a href="#basic-usage">Basic usage</a>
|
||||
<a href="#processing-web-service-data">Processing-web-service-data</a>
|
||||
<a href="#bind-redirection-code">Bind redirection code</a>
|
||||
<a href="#binding-errors">Binding errors</a>
|
||||
<a href="#queuing-operations">Queuing operations</a>
|
||||
<a href="#casting-the-response-data-to-a-class">Casting the Response Data to a Class</a>
|
||||
<a href="#unwrapping-response-data">Unwrapping Response Data</a>
|
||||
<a href="#using-different-data-transfer-formats">Using Different Data Transfer Formats</a>
|
||||
<a href="#using-variable-data-formats">Using variable data formats</a>
|
||||
<a href="#extracting-metadata-from-the-response">Extracting Metadata from the Response</a>
|
||||
<a href="#custom-request-rejections">Custom request rejections</a>
|
||||
<a href="#configuring-the-underlying-xmlhttprequest">Configuring the underlying XMLHttpRequest</a>
|
||||
<a href="#aborting-a-request">Aborting a request</a>
|
||||
<a href="#signature">Signature</a></p>
|
||||
<ul>
|
||||
<li><a href="#basic-usage">Basic usage</a></li>
|
||||
<li><a href="#processing-web-service-data">Processing-web-service-data</a></li>
|
||||
<li><a href="#bind-redirection-code">Bind redirection code</a></li>
|
||||
<li><a href="#binding-errors">Binding errors</a></li>
|
||||
<li><a href="#queuing-operations">Queuing operations</a></li>
|
||||
<li><a href="#casting-the-response-data-to-a-class">Casting the Response Data to a Class</a></li>
|
||||
<li><a href="#unwrapping-response-data">Unwrapping Response Data</a></li>
|
||||
<li><a href="#using-different-data-transfer-formats">Using Different Data Transfer Formats</a></li>
|
||||
<li><a href="#using-variable-data-formats">Using variable data formats</a></li>
|
||||
<li><a href="#extracting-metadata-from-the-response">Extracting Metadata from the Response</a></li>
|
||||
<li><a href="#custom-request-rejections">Custom request rejections</a></li>
|
||||
<li><a href="#configuring-the-underlying-xmlhttprequest">Configuring the underlying XMLHttpRequest</a></li>
|
||||
<li><a href="#aborting-a-request">Aborting a request</a></li>
|
||||
<li><a href="#signature">Signature</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>This is a high-level utility for working with web services, which allows writing asynchronous code relatively procedurally.</p>
|
||||
<p>By default, it assumes server responses are in JSON format and optionally instantiates a class with the response data.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue