unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add the HTTP Link header (fixed)
@ 2023-10-28 10:42 Vivien Kraus
  2023-09-25 16:48 ` [PATCH v2 1/4] Add resolve-relative-reference in (web uri), as in RFC 3986 5.2 Vivien Kraus
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vivien Kraus @ 2023-10-28 10:42 UTC (permalink / raw)
  To: guile-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-28 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-28 10:42 [PATCH v2 0/4] Add the HTTP Link header (fixed) Vivien Kraus
2023-09-25 16:48 ` [PATCH v2 1/4] Add resolve-relative-reference in (web uri), as in RFC 3986 5.2 Vivien Kraus
2023-10-28  8:51 ` [PATCH v2 4/4] Parse the HTTP Link header Vivien Kraus
2023-10-28  8:57 ` [PATCH v2 2/4] Update section comment in (web http) Vivien Kraus
2023-10-28 10:20 ` [PATCH v2 3/4] Check that key/value parameters in HTTP headers are quoted in needed Vivien Kraus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).