Exotus v0.1.0 Exotus View Source

Documentation for Exotus.

Link to this section Summary

Functions

Lists the supported tus extensions.

Lists the supported tus protocol versions.

Link to this section Functions

Lists the supported tus extensions.

Example

iex> Exotus.supported_extensions()
["creation", "creation-defer-length", "creation-with-upload"]

Lists the supported tus protocol versions.

Example

iex> Exotus.supported_versions()
["1.0.0"]