1#   Licensed to the Apache Software Foundation (ASF) under one or more
2#   contributor license agreements.  See the NOTICE file distributed with
3#   this work for additional information regarding copyright ownership.
4#   The ASF licenses this file to You under the Apache License, Version 2.0
5#   (the "License"); you may not use this file except in compliance with
6#   the License.  You may obtain a copy of the License at
7#
8#       http://www.apache.org/licenses/LICENSE-2.0
9#
10#   Unless required by applicable law or agreed to in writing, software
11#   distributed under the License is distributed on an "AS IS" BASIS,
12#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13#   See the License for the specific language governing permissions and
14#   limitations under the License.
15
16# Properties file used to define additional default Apache HttpClient parameters
17#
18#
19# This file is enabled by setting the JMeter property: hc.parameters.file
20# entries are of the form:
21#
22# property=value (for strings)
23# property$Type=value (for other types)
24#
25# where Type can be:
26# Integer
27# Long
28# Boolean
29# HttpVersion
30#
31# N.B. Other types are not yet implemented
32#
33
34# Examples:
35
36#http.protocol.version$HttpVersion=1.0
37
38#http.protocol.element-charset=ISO-8859-1
39
40#http.socket.timeout$Integer=10000
41
42#http.protocol.reject-relative-redirect$Boolean=true
43
44# Default value since JMeter 2.11,
45# also uncomment hc.parameters.file=hc.parameters to enable this check:
46#http.connection.stalecheck$Boolean=false