webfs(4): fix typos
This commit is contained in:
parent
c2a315c78e
commit
e85aa1089d
1 changed files with 4 additions and 4 deletions
|
@ -170,7 +170,7 @@ The resulting data may be read from
|
||||||
as it arrives.
|
as it arrives.
|
||||||
.PP
|
.PP
|
||||||
The following is a list of attributes that can be
|
The following is a list of attributes that can be
|
||||||
set to do a connection prior initiating the request:
|
set for a connection prior to initiating the request:
|
||||||
.TP
|
.TP
|
||||||
.B url,baseurl
|
.B url,baseurl
|
||||||
See above.
|
See above.
|
||||||
|
@ -186,14 +186,14 @@ Usually, the HTTP method used is
|
||||||
.B POST
|
.B POST
|
||||||
when
|
when
|
||||||
.B postbody
|
.B postbody
|
||||||
file is opend first or
|
file is opened first or
|
||||||
.B GET
|
.B GET
|
||||||
otherwise. This can be overridden with the
|
otherwise. This can be overridden with the
|
||||||
.B request
|
.B request
|
||||||
attribute so send arbitrary HTTP requests.
|
attribute to send arbitrary HTTP requests.
|
||||||
.TP
|
.TP
|
||||||
.B headers
|
.B headers
|
||||||
Adds arbitrary HTTP headers to be send with
|
Adds arbitrary HTTP headers to be sent with
|
||||||
the request.
|
the request.
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
.B /rc/bin/hget
|
.B /rc/bin/hget
|
||||||
|
|
Loading…
Reference in a new issue