Crate bevy_webgate

Source

Modules§

http
prelude
utils

Structs§

BevyWebServerPlugin
HttpErrorPlugin
HttpErrorResponses
WebServer
WebServerConfig
Legacy configuration for a web server, used to initialize the WebServerManager resource for backwards compatibility with older versions of the library.
WebServerManager
Resource to track running server tasks with shutdown capabilities
WebStaticAssetsPlugin
WebStaticFileExtensions

Enums§

WebServerError

Constants§

DEFAULT_IP
DEFAULT_PORT

Traits§

RouterAppExt
Turns a Bevy App into a web server application with routing capabilities. This is legacy of older versions of Bevy Web Server, which used a single-port model.
WebServerAppExt
Extends Bevy App with multi-port web server capabilities and server management.

Functions§

serve_file

Type Aliases§

WebPort
WebServerResult