- http::message constructors: The constructors for `message` are
cleaned up. `message` now behaves like `std::pair` with respect to
construction, where the headers and body behave like members of the
pair. `message` supports single-argument construction for headers and
body and also supports `std::piecewise_construct` for constructing
header and body with multiple arguments. The requirement that
`message` be DefaultConstructible is relaxed, such objects can be
created with suitable Parser implementations and the parse free
functions:
https://github.com/vinniefalco/Beast/blob/master/include/beast/http/message.hpp#L102
- New directory "extras:" Support code for the tests is placed here to
move it out of the public interfaces. They are available for use, just
not strictly public (rippled, a separate unrelated project, currently
uses these interfaces).
https://github.com/vinniefalco/Beast/tree/master/extras/beast
- Bug fixes
Vinícius dos Santos Oliveira
unread,
Jun 12, 2016, 10:25:24 AM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Does it have a tag to identify which commit is bound to this release?
Vinnie Falco
unread,
Jun 12, 2016, 11:10:59 AM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boosthttp-dev
On Sun, Jun 12, 2016 at 10:35 AM, Vinícius dos Santos Oliveira
<vini.i...@gmail.com> wrote:
> Does it have a tag to identify which commit is bound to this release?
No. These are minor beta updates. When 1.0.0 is released it will have a tag.