From 1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 Mon Sep 17 00:00:00 2001 From: "Matth?us G. Chajdas" Date: Sun, 10 Nov 2019 13:56:53 +0100 Subject: Remove all files, redirect to GitHub. --- tests/examplefiles/http_request_example | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/examplefiles/http_request_example (limited to 'tests/examplefiles/http_request_example') diff --git a/tests/examplefiles/http_request_example b/tests/examplefiles/http_request_example deleted file mode 100644 index 675d1691..00000000 --- a/tests/examplefiles/http_request_example +++ /dev/null @@ -1,15 +0,0 @@ -POST /demo/submit/ HTTP/1.1 -Host: pygments.org -Connection: keep-alivk -Cache-Control: max-age=0 -Origin: http://pygments.org -User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) - AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7 -Content-Type: application/x-www-form-urlencoded -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Referer: http://pygments.org/ -Accept-Encoding: gzip,deflate,sdch -Accept-Language: en-US,en;q=0.8 -Accept-Charset: windows-949,utf-8;q=0.7,*;q=0.3 - -name=test&lang=text&code=asdf&user= -- cgit v1.2.1