multi_domain_secure_server 1.0.7
multi_domain_secure_server: ^1.0.7 copied to clipboard
A SecureServerSocket that supports multiple domains with dynamic SecurityContext resolution.
example/example.md
Secure Socket Example #
This example demonstrates how to create a Secure Socket (SSL/TLS) with certificates for multiple domains:
- multi_domain_secure_server_example.dart
Using the shelf Package with MultiDomainSecureServer #
This example shows how to use MultiDomainSecureServer.bind along with HttpServer.listenOn:
-
shelf_example
Package Source #
You can find the source code for the multi_domain_secure_server package on GitHub: