mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
16 lines
155 B
Markdown
16 lines
155 B
Markdown
# Multidomain using SSL certs example
|
|
|
|
* Prints two messages depending on visited host.
|
|
|
|
# How to build
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
# How to run
|
|
|
|
```
|
|
./multidomain
|
|
```
|