docs: asio: fix some typos
Really just a s/pusedo/pseudo/g and s/exluced/excluded/g.
This commit is contained in:
parent
7ebab98e91
commit
5b9892a902
|
@ -51,8 +51,8 @@ public:
|
||||||
// Returns content-length. -1 if it is unknown.
|
// Returns content-length. -1 if it is unknown.
|
||||||
int64_t content_length() const;
|
int64_t content_length() const;
|
||||||
|
|
||||||
// Returns the response header fields. The pusedo header fields,
|
// Returns the response header fields. The pseudo header fields,
|
||||||
// which start with colon (:), are exluced from this list.
|
// which start with colon (:), are excluded from this list.
|
||||||
const header_map &header() const;
|
const header_map &header() const;
|
||||||
|
|
||||||
// Application must not call this directly.
|
// Application must not call this directly.
|
||||||
|
@ -107,8 +107,8 @@ public:
|
||||||
// Returns request URI, split into components.
|
// Returns request URI, split into components.
|
||||||
const uri_ref &uri() const;
|
const uri_ref &uri() const;
|
||||||
|
|
||||||
// Returns request header fields. The pusedo header fields, which
|
// Returns request header fields. The pseudo header fields, which
|
||||||
// start with colon (:), are exluced from this list.
|
// start with colon (:), are excluded from this list.
|
||||||
const header_map &header() const;
|
const header_map &header() const;
|
||||||
|
|
||||||
// Application must not call this directly.
|
// Application must not call this directly.
|
||||||
|
|
|
@ -42,8 +42,8 @@ public:
|
||||||
request();
|
request();
|
||||||
~request();
|
~request();
|
||||||
|
|
||||||
// Returns request header fields. The pusedo header fields, which
|
// Returns request header fields. The pseudo header fields, which
|
||||||
// start with colon (:), are exluced from this list.
|
// start with colon (:), are excluded from this list.
|
||||||
const header_map &header() const;
|
const header_map &header() const;
|
||||||
|
|
||||||
// Returns method (e.g., GET).
|
// Returns method (e.g., GET).
|
||||||
|
|
Loading…
Reference in New Issue