From f2e123b7ac7363dcb9a1ea29b89606d6492870c9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 11 May 2019 16:44:17 +0100 Subject: Add a new query-parameters module The query parameters feed in to the results shown, but also forms on pages. Validation is important to avoid errors and security issues, but it's also important to provide appropriate feedback to the user. This module provides some utilities and structure around handling query parameters. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1730c2f..3ad58b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ SOURCES = \ guix-data-service/web/render.scm \ guix-data-service/web/server.scm \ guix-data-service/web/sxml.scm \ + guix-data-service/web/query-parameters.scm \ guix-data-service/web/util.scm \ guix-data-service/web/view/html.scm -- cgit v1.2.3