File: 0025-Document-base-uri-parameter-in-htc.1.patch

package info (click to toggle)
httptunnel 3.3%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: ansic: 4,754; makefile: 26; sh: 4
file content (24 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Teemu Hukkanen <tjhukkan@iki.fi>
Date: Sat, 16 Mar 2024 19:03:25 +0200
Subject: Document --base-uri parameter in htc.1

Forwarded: yes
---
 htc.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/htc.1 b/htc.1
index e34b42a..9526c77 100644
--- a/htc.1
+++ b/htc.1
@@ -58,6 +58,10 @@ timeout, in milliseconds, before sending padding to a buffering proxy
 .B \-U, \-\-user-agent STRING
 specify User-Agent value in HTTP requests
 .TP
+.B \-R, \-\-base\-uri STRING
+specify a base URI value for all HTTP requests (default base URI is
+"/index.html?crap=")
+.TP
 .B \-V, \-\-version
 output version information and exit
 .TP