Crate uni_components

Source
Expand description

The crate defines main Application components for uniui_* crates family.

Modules§

service
server related stuff
ui_page
UI related stuff

Macros§

define_service
Helps to define new Service
define_type
Helps to define type for service output
define_ui_page
Helps to define new UiPage

Structs§

Response
Simplified representation of HTTP response

Enums§

CallError
Generic error enum. Will be redesigned soon.
Kind
Supported kinds of HTTP requests

Traits§

AsResponse
The trait to convert to Response