guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/4] Add the HTTP Link header (fixed)


From: Vivien Kraus
Subject: [PATCH v2 0/4] Add the HTTP Link header (fixed)
Date: Sat, 28 Oct 2023 12:42:13 +0200
User-agent: Evolution 3.46.4

Sorry for the noise.

This is the correct version.

Best regards,

Vivien

Vivien Kraus (4):
  Add resolve-relative-reference in (web uri), as in RFC 3986 5.2.
  Update section comment in (web http).
  Check that key/value parameters in HTTP headers are quoted in needed.
  Parse the HTTP Link header.

 AUTHORS                        |   8 ++
 NEWS                           |  12 +++
 THANKS                         |   1 +
 doc/ref/web.texi               |  58 +++++++++++-
 module/web/http.scm            |  98 +++++++++++++++++++-
 module/web/uri.scm             | 161 ++++++++++++++++++++++++++++++++-
 test-suite/tests/web-http.test |  40 +++++++-
 test-suite/tests/web-uri.test  |  67 ++++++++++++++
 8 files changed, 439 insertions(+), 6 deletions(-)


base-commit: 79e836b8cc601a1259c934000a953a8d739ddd6f
-- 
2.41.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]