Module server_utils

Module server_utils 

Source
Expand description

Common server utilities for MockForge

Modules§

errors
Common error response utilities
health
Server health check utilities

Structs§

ServerConfig
Server startup configuration

Enums§

ServerType

Traits§

ServerStarter
Common server traits for consistent startup behavior

Functions§

create_socket_addr
Create a SocketAddr for server binding
localhost_socket_addr
Create a standard IPv4 localhost SocketAddr
start_server
Helper function to start any server that implements ServerStarter
wildcard_socket_addr
Create a standard IPv4 wildcard SocketAddr (listen on all interfaces)