Skip to content

Commit 270243b

Browse files
committed
Move URL and Reference to Protocol::URL gem.
1 parent e796678 commit 270243b

File tree

23 files changed

+212
-1111
lines changed

23 files changed

+212
-1111
lines changed

context/index.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ files:
2020
- path: middleware.md
2121
title: Middleware
2222
description: This guide explains how to build and use HTTP middleware with `Protocol::HTTP::Middleware`.
23-
- path: hypertext-references.md
24-
title: Hypertext References
25-
description: This guide explains how to use `Protocol::HTTP::Reference` for constructing
26-
and manipulating hypertext references (URLs with parameters).
27-
- path: url-parsing.md
28-
title: URL Parsing
29-
description: This guide explains how to use `Protocol::HTTP::URL` for parsing and
30-
manipulating URL components, particularly query strings and parameters.
3123
- path: streaming.md
3224
title: Streaming
3325
description: This guide gives an overview of how to implement streaming requests

guides/hypertext-references/readme.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

guides/links.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ headers:
66
order: 3
77
middleware:
88
order: 4
9-
hypertext-references:
10-
order: 5
11-
url-parsing:
12-
order: 6
139
streaming:
1410
order: 7
1511
design-overview:

guides/url-parsing/readme.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)