Server
zio.http.endpoint.openapi.OpenAPI.Server
An object representing a Server.
Value parameters
- description
-
Describing the host designated by the URL.
- url
-
A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets}.
- variables
-
A map between a variable name and its value. The value is used for substitution in the server’s URL template.
Attributes
- Graph
-
- Supertypes
Members list
In this article