mirror of https://github.com/vapor/docs.git
Fix mismatched heading IDs in Server documentation
This commit is contained in:
parent
fc2115b126
commit
7cdd9dbaaa
|
|
@ -1,4 +1,4 @@
|
|||
# サーバー
|
||||
# Server
|
||||
|
||||
Vaporには[SwiftNIO](https://github.com/apple/swift-nio)上に構築された高性能で非同期のHTTPサーバーが含まれています。このサーバーはHTTP/1、HTTP/2、および[WebSockets](websockets.md)などのプロトコルアップグレードをサポートしています。サーバーはTLS(SSL)の有効化もサポートしています。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue