File: index.yaml

package info (click to toggle)
ruby-protocol-http2 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 472 kB
  • sloc: ruby: 3,627; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Automatically generated context index for Utopia::Project guides.
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
---
description: A low level implementation of the HTTP/2 protocol.
metadata:
  documentation_uri: https://socketry.github.io/protocol-http2/
  source_code_uri: https://github.com/socketry/protocol-http2.git
files:
- path: getting-started.md
  title: Getting Started
  description: This guide explains how to use the `protocol-http2` gem to implement
    a basic HTTP/2 client.