@@ -162,6 +162,12 @@ \section{Resources}
162
162
having a single DALI-sync resource where the job is a query and the response is
163
163
the result of the query.
164
164
165
+ When an endpoint supports the POST method to communicate query
166
+ parameters, implementing services must accept payloads with media types
167
+ application/x-www-form-urlencoded \citep {std:RFC1866 } and
168
+ multipart/form-data \citep {std:RFC7578 }; for file uploads, clients must
169
+ use the latter.
170
+
165
171
\subsection {Asynchronous Execution: DALI-async }
166
172
\label {sec:dali-async }
167
173
Asynchronous resources are resources that represent a list of asynchronous jobs
@@ -599,7 +605,7 @@ \section{Data Types and Literal Values}
599
605
providers to be more explicit by using a fixed size (e.g. \verb |20 |) or fixed
600
606
with a limit (e.g. \verb |20* |) when applicable.
601
607
602
- In the following, where we say " VOTable type metadata" , we mean either VOTable
608
+ In the following, where we say `` VOTable type metadata'' , we mean either VOTable
603
609
\xmlel {FIELD} or \xmlel {PARAM} elements.
604
610
605
611
Services may use non-standard \xmlel {xtype} values for non-standard datatypes, but if they
@@ -724,7 +730,7 @@ \subsection{Multiinterval}
724
730
The \verb |multiinterval | xtype is a way to convey complex one dimensional extent
725
731
(e.g. the temporal coverage of an observation made by combining several exposures)
726
732
made up of multiple intervals. A multiinterval value is interpreted as the union
727
- of all component intervals. Multiple intervals may be serialised in a single value and
733
+ of all component intervals. Multiple intervals may be serialised in a single value and
728
734
described as (possibly) multiple with the following VOTable type metadata:
729
735
730
736
\begin {verbatim }
@@ -1767,7 +1773,7 @@ \subsection{PR-DALI-1.0-20130521}
1767
1773
\subsection {WD-DALI-1.0-20130212 }
1768
1774
Simplified DALI-examples to conform to RDFa-1.1 Lite in usage of attributes.
1769
1775
1770
- \bibliography {ivoatex/ivoabib,ivoatex/docrepo.bib}
1776
+ \bibliography {ivoatex/ivoabib,ivoatex/docrepo.bib,local.bib }
1771
1777
1772
1778
1773
1779
\end {document }
0 commit comments