mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
@ -73,22 +73,22 @@ The stream operations which work on parsers are:
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__read.overload1 [*read]]
|
||||
][
|
||||
Read everything into a parser from a __SyncWriteStream__.
|
||||
Read everything into a parser from a __SyncReadStream__.
|
||||
]]
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__async_read.overload1 [*async_read]]
|
||||
][
|
||||
Read everything into a parser asynchronously from an __AsyncWriteStream__.
|
||||
Read everything into a parser asynchronously from an __AsyncReadStream__.
|
||||
]]
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__read_header.overload1 [*read_header]]
|
||||
][
|
||||
Read only the header octets into a parser from a __SyncWriteStream__.
|
||||
Read only the header octets into a parser from a __SyncReadStream__.
|
||||
]]
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__async_read_header [*async_read_header]]
|
||||
][
|
||||
Read only the header octets into a parser asynchronously from an __AsyncWriteStream__.
|
||||
Read only the header octets into a parser asynchronously from an __AsyncReadStream__.
|
||||
]]
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__read_some.overload1 [*read_some]]
|
||||
@ -98,7 +98,7 @@ The stream operations which work on parsers are:
|
||||
[[
|
||||
[link beast.ref.boost__beast__http__async_read_some [*async_read_some]]
|
||||
][
|
||||
Read some octets into a parser asynchronously from an __AsyncWriteStream__.
|
||||
Read some octets into a parser asynchronously from an __AsyncReadStream__.
|
||||
]]
|
||||
]
|
||||
|
||||
|
@ -17,7 +17,7 @@ While
|
||||
general logical operations, the websocket stream has a more sophisticated timeout
|
||||
mechanism built-in which may be enabled and configured. The timeout features
|
||||
of the TCP or basic stream should not be used when working with a websocket
|
||||
stream. The interface to these timeout features is show in this table.
|
||||
stream. The interface to these timeout features is shown in this table.
|
||||
|
||||
[table WebSocket Timeout Interface
|
||||
[[Name][Description]]
|
||||
|
Reference in New Issue
Block a user