|
@@ -1,15 +1,15 @@
|
|
|
-# [SwiftNIO](https://github.com/apple/swift-nio) framework
|
|
|
-
|
|
|
-## Description
|
|
|
-
|
|
|
-SwiftNIO is an event-driven network application framework for high performance protocol servers & clients, non-blocking.
|
|
|
-
|
|
|
-## Test URLs
|
|
|
-
|
|
|
-### Test 1: JSON Encoding
|
|
|
-
|
|
|
- http://localhost:8080/json
|
|
|
-
|
|
|
-### Test 2: Plaintext
|
|
|
-
|
|
|
+# [SwiftNIO](https://github.com/apple/swift-nio) framework
|
|
|
+
|
|
|
+## Description
|
|
|
+
|
|
|
+SwiftNIO is an event-driven network application framework for high performance protocol servers & clients, non-blocking.
|
|
|
+
|
|
|
+## Test URLs
|
|
|
+
|
|
|
+### Test 1: JSON Encoding
|
|
|
+
|
|
|
+ http://localhost:8080/json
|
|
|
+
|
|
|
+### Test 2: Plaintext
|
|
|
+
|
|
|
http://localhost:8080/plaintext
|