From: Dean M. B. <mik...@gm...> - 2010-12-12 09:29:05
|
On Sat, Dec 11, 2010 at 12:57 PM, Chatsiri Ratana <ins...@gm...> wrote: > > On Fri, Dec 10, 2010 at 9:08 PM, Dean Michael Berris > <mik...@gm...> wrote: >> >> Hi Guys, >> >> Today I just finished changing the HTTP Client and HTTP Server >> constructor interfaces to use Boost.Parameter. I added tests for the >> server constructor interfaces. This basically allows users to write: >> >> using namespace boost::network::http; >> server instance(_address="0.0.0.0", _port="8000", >> _io_service=my_io_service, _handler=my_handler, >> _reuse_address=true); >> > > I saw old example version 0.8. It's not clear when using code above.Could > you show document or example for me? What do you mean it's not clear when using code above? This only affects 0.9. Also, code that used to compile with 0.8 should still compile in 0.9. It's just that there are additional Boost.Parameter options supported in 0.9-devel. -- Dean Michael Berris deanberris.com |