[Spice-devel] [PATCH spice-common 3/3] docs: add spice URI scheme

Frediano Ziglio fziglio at redhat.com
Mon Jan 14 16:36:52 UTC 2019


> 
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> ---
>  docs/Makefile.am          |   1 +
>  docs/meson.build          |   2 +-
>  docs/spice_uri_scheme.txt | 131 ++++++++++++++++++++++++++++++++++++++
>  3 files changed, 133 insertions(+), 1 deletion(-)
>  create mode 100644 docs/spice_uri_scheme.txt
> 
> diff --git a/docs/Makefile.am b/docs/Makefile.am
> index e7e126b..6f7a0ac 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -3,6 +3,7 @@ CLEANFILES =
>  
....

> +documentation.
> +
> +Data Types
> +----------
> +
> +Spice URIs can be percent-encoded as specified in [RFC3986] and MUST
> +be decoded.  After decoding, the following type constraints and
> +semantics apply:
> +
> +string
> +~~~~~~
> +
> +Values of "string" type are UTF-encoded strings as specified in

Minor: UTF8, not any UTF.

> +[RFC3629].
> +
> +ushort
> +~~~~~~
> +
> +The "ushort" values represent unsigned 16-bit integers expressed
> +in decimal digits with value between 0-65535 inclusive.

Frediano


More information about the Spice-devel mailing list