On Sat, Dec 11, 2010 at 12:57 PM, Chatsiri Ratana <[email protected]> wrote: > > On Fri, Dec 10, 2010 at 9:08 PM, Dean Michael Berris > <[email protected]> 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 ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
