Commit 5dd9dff
committed
Add llhttp-ffi gem
Minimal stubs for LLHttp::Parser, LLHttp::Delegate, and LLHttp::Error —
just the surface referenced by the http gem's bundled sig/http.rbs
(class Handler < LLHttp::Delegate, attr_reader parser: LLHttp::Parser)
plus the Parser methods http's Response::Parser calls.
Unblocks Steep users of the http gem, which otherwise fails signature
load with RBS::NoSuperclassFoundError on LLHttp::Delegate.1 parent a78dec9 commit 5dd9dff
3 files changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments