Skip to main content

Crate smcp_server_hyper

Crate smcp_server_hyper 

Source
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§

HyperServer
A Hyper-based SMCP server
HyperServerBuilder
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