What API documentation syntax that protocol-http
use?
#55
-
I'm trying to view the API documentation for protocol-http on https://rubydoc.info which uses YARD, but it appears that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The best place to read the documentation is on the GitHub pages for the project, as linked from the readme: https://socketry.github.io/protocol-http/index.html The actual syntax is implemented by https://github.com/ioquatix/decode - it's very similar to YARD but has a more consistent signature for programatically extracting types. |
Beta Was this translation helpful? Give feedback.
The best place to read the documentation is on the GitHub pages for the project, as linked from the readme: https://socketry.github.io/protocol-http/index.html
The actual syntax is implemented by https://github.com/ioquatix/decode - it's very similar to YARD but has a more consistent signature for programatically extracting types.