aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/pathoc.html
blob: a330343a559738529351cb513a92283957aaa676 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="page-header">
   <h1>
        pathoc
        <small>A perverse HTTP client.</small>
    </h1>
</div>

pathoc hostname get:"/foo/bar":h"foo"="bar" get:/wah:b@1m

pathoc --ssl hostname get:"/foo/bar":h"foo"="bar" get:"/wah":b@1m
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
config NET_VENDOR_CAVIUM
	bool "Cavium devices"
	default y
	depends on ARCH_CNS3XXX
	---help---
	  If you have a network (Ethernet) chipset belonging to this class,
	  say Y.

	  Note that the answer to this question does not directly affect
	  the kernel: saying N will just case the configurator to skip all
	  the questions regarding AMD chipsets. If you say Y, you will be asked
	  for your specific chipset/driver in the following questions.

if NET_VENDOR_CAVIUM

config CNS3XXX_ETH
	tristate "Cavium CNS3xxx Ethernet support"
	depends on ARCH_CNS3XXX
	select PHYLIB
	help
	  Say Y here if you want to use built-in Ethernet ports
	  on CNS3XXX processor.

endif