You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/getting-started/readme.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,25 @@ end
53
53
```
54
54
55
55
The adapter automatically detects your Rack version (v2, v3, or v3.1+) and uses the appropriate implementation, ensuring compatibility without any configuration.
56
+
57
+
### Server Adapter
58
+
59
+
Any Rack compatible server can host `Protocol::HTTP` compatible middlewares.
Copy file name to clipboardExpand all lines: readme.md
-50Lines changed: 0 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,56 +17,6 @@ Please see the [project documentation](https://socketry.github.io/protocol-rack/
17
17
18
18
-[Request and Response Handling](https://socketry.github.io/protocol-rack/guides/request-response/index) - This guide explains how to work with requests and responses when bridging between Rack and `Protocol::HTTP`, covering advanced use cases and edge cases.
19
19
20
-
### Application Adapter
21
-
22
-
Given a rack application, you can adapt it for use on `async-http`:
0 commit comments