Modules§
Structs§
- Bevy
WebServer Plugin - Http
Error Plugin - Http
Error Responses - WebServer
- WebServer
Config - Legacy configuration for a web server, used to initialize the
WebServerManager
resource for backwards compatibility with older versions of the library. - WebServer
Manager - Resource to track running server tasks with shutdown capabilities
- WebStatic
Assets Plugin - WebStatic
File Extensions
Enums§
Constants§
Traits§
- Router
AppExt - 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.
- WebServer
AppExt - Extends Bevy App with multi-port web server capabilities and server management.