zio.http.endpoint.cli.HttpCliApp
See theHttpCliApp companion class
object HttpCliApp
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
HttpCliApp.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Generates a HttpCliApp from the given endpoints.
Generates a HttpCliApp from the given endpoints.
Value parameters
- cliStyle
-
Style of commands of the generated CLI: true for CLI idiomatic interface, false for HTTP-like interface
- config
-
Configuration of the generated CLI
- endpoints
-
Chunk of Endpoint
- figFont
-
FigFont to use for man pages of the generated CLI
- footer
-
Footer for the help docs of the generated CLI
- host
-
The server host where the generated CLI will send requests to
- name
-
The name of the generated CLI
- port
-
The server port where the generated CLI will send requests to
- summary
-
The summary of the generated CLI
- version
-
The version of the generated CLI
Attributes
- Returns
In this article