guile-devel
[Top][All Lists]
Advanced

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

[PATCH 0/3] Parse the Link header


From: Vivien Kraus
Subject: [PATCH 0/3] Parse the Link header
Date: Sat, 28 Oct 2023 11:01:03 +0200
User-agent: Evolution 3.46.4

Dear Guile developers,

I think Guile should parse the HTTP Link header.

I included the patch for resolve-relative-reference that I submitted
earlier, because there are otherwise conflicts in AUTHORS and NEWS.

What do you think?

Best regards,

Vivien

Vivien Kraus (3):
  Add resolve-relative-reference in (web uri), as in RFC 3986 5.2.
  Update section comment in (web http).
  Parse the HTTP Link header.

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


base-commit: 79e836b8cc601a1259c934000a953a8d739ddd6f
-- 
2.41.0



reply via email to

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