Skip to content

Commit 3c537b8

Browse files
committed
add link to new HTTP page from ref material
1 parent 6bf5f05 commit 3c537b8

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/ref/doth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ Running an HTTP client such as cURL, from the same machine, shows the connection
612612
curl -v -v http://localhost:1234 http://localhost:1234
613613
```
614614

615+
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
616+
615617

616618
## `.h.logo` (KX logo)
617619

docs/ref/dotq.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,15 +1033,9 @@ N.B. HTTPS is not supported across proxies which require `CONNECT`.
10331033
Since 4.0 2019.10.22, gzip compression is supported. Requests include the HTTP header "Accept-Encoding: gzip".
10341034
The server then decides whether to gzip the returned payload, which is uncompressed prior to .Q.hg returning.
10351035

1036-
<!--
1037-
## `hmb` (FIXME)
1036+
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
10381037

1039-
Since V3.6 uses built-in btoa for Basic Authentication, e.g.
1040-
```q
1041-
q).Q.hg`$":http://username:password@www.google.com"
1042-
```
10431038

1044-
-->
10451039
## `host` (hostname)
10461040

10471041
```syntax
@@ -1093,6 +1087,8 @@ q).Q.hp["http://google.com";.h.ty`json]"my question"
10931087
"<!DOCTYPE html>\n<html lang=en>\n <meta charset=utf-8>\n <meta name=viewpo..
10941088
```
10951089

1090+
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
1091+
10961092

10971093
## `id` (sanitize)
10981094

docs/ref/dotz.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ If the user is not permitted, the client is sent a default 401 HTTP unauthorized
124124

125125
!!! note "If .z.ac is not defined, it uses basic access authentication as per `(4;"")` above"
126126

127+
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
128+
127129

128130
## `.z.b` (dependencies)
129131

@@ -591,6 +593,9 @@ Since V3.6 and V3.5 2019.11.13, the default implementation calls [`.h.val`](doth
591593
:fontawesome-solid-book:
592594
[`.h` namespace](doth.md)
593595
<br>
596+
:fontawesome-solid-graduation-cap:
597+
[HTTP](../kb/http.md)
598+
<br>
594599
:fontawesome-solid-street-view:
595600
_Q for Mortals_
596601
[§11.7.1 HTTP Connections](/q4m3/11_IO/#1171-http-connections)
@@ -649,6 +654,8 @@ Each method is passed to `f` as a 3-item list e.g.
649654

650655
For the POST method use [.z.pp](#zpp-http-post), and for GET use [.z.ph](#zph-http-get).
651656

657+
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
658+
652659

653660
## `.z.po` (open)
654661

@@ -686,6 +693,9 @@ Allows empty requests since 4.1t 2021.03.30 (previously signalled `length` error
686693
:fontawesome-solid-book:
687694
[`.h` namespace](doth.md)
688695
<br>
696+
:fontawesome-solid-graduation-cap:
697+
[HTTP](../kb/http.md)
698+
<br>
689699
:fontawesome-solid-street-view:
690700
_Q for Mortals_
691701
[§11.7.1 HTTP Connections](/q4m3/11_IO/#1171-http-connections)

0 commit comments

Comments
 (0)