From 570d84f7d3642b85f96906ceab6402678177949e Mon Sep 17 00:00:00 2001 From: Mark Sargent <99003+sarge@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:23:46 +1200 Subject: refactored caddytest helpers (#3285) * refactored caddytest helpers * added cookie jar support. Added support for more http verbs --- caddytest/integration/testdata/cookie.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 caddytest/integration/testdata/cookie.html (limited to 'caddytest/integration/testdata') diff --git a/caddytest/integration/testdata/cookie.html b/caddytest/integration/testdata/cookie.html new file mode 100644 index 0000000..fa53a39 --- /dev/null +++ b/caddytest/integration/testdata/cookie.html @@ -0,0 +1 @@ +

Cookie.ClientName {{.Cookie "clientname"}}

\ No newline at end of file -- cgit v1.2.3