Expand description
Hyper adapter for SMCP Server
This crate provides a Hyper-based HTTP server implementation for the SMCP protocol. It exposes both programmatic API and a standalone binary.
Structs§
- Hyper
Server - A Hyper-based SMCP server
- Hyper
Server Builder - Builder for creating and configuring a HyperServer
Functions§
- handle_
request - Handle HTTP requests
- run_
server - Convenience function to quickly run a server with default configuration