Expand description
§Utilities
§Purpose
Shared helper functions and types that don’t fit neatly into other modules.
§Scope
This module defines:
SyncService: A thread-safe wrapper for services (enabled withstdfeature).parse_path_param: Helper for parsing path parameters.parse_body: Helper for parsing request bodies (handles multipart).
Structs§
- Sync
Service - A thread-safe wrapper for a service, enabling sharing across threads.
Functions§
- parse_
body - Parses the request body into a Protobuf message.
- parse_
path_ param - Parses a path parameter string into a target type.