
Is it possible to bind URI patterns to WebServices when using pion::net::WebServer class?
for example bind: /foo/(.*) to a pion::net::WebService instance
Since I needed this for a project (which is kwebforms, a KDE application under development for Kexi) and didn't look deeply at what pion supports I wrote a class extending pion::net::WebServer (which inherits from pion::net::HTTPServer).
But in order to do that I had to add virtual to the signature of bool HTTPServer::findRequestHandler and change
typedef std::map ResourceMap;
ResourceMap m_resources;
mutable boost::mutex m_resource_mutex;
visibility from private to protected.
These changes most likely will break the ABI.
If you want I can publish a small patch file and the sources of the extended class.
Don't know if you are interested in my patches and/or my changes are well-designed, I just hope they're useful :-)

As i discovered that obtaining massage is oftentimes the obvious way to alleviate emotional tension. For those who care to, have you thought to look at some sort of erotic massage or else ebook making sure utilizing your favorite escort. Every various other links Seen you will find valuable, as they definitely carry applicable hyperlinks that will escorts not to mention erotic massage, therefore play them for your requirements. erotic massage las vegas erotic massage houston houston escort las vegas female escort houston escorts chicago female escort miami outcalls erotic massage new york happy ending massage in los angeles boston escort services erotic massage chicago escort in dallas atlanta escort erotic massage atlanta atlanta escorts new york escorts dallas massage parlor review escort in new york los angeles escort independent erotic massage boston los angeles female escort boston escort chicago escort las vegas escort independent escort miami dallas escorts erotic massage miami
- Login or register to post comments
Submitted by dinkar31dec on Fri, 09/03/2010 - 07:33.Find out the different variations of Miu miu handbags you wish to purchase by viewing them on the Amazbag.com website; all color, size and style varieties will be listed and available for viewing once you enter the section for your handbags like miu miu bags. What’s more, you can get discounts from our Miu miu hobos store. Good luck to you!
Miu miu totes
Miu miu top handles
Miu miu shoulder bags
- Login or register to post comments
Submitted by itiaoshui on Wed, 09/01/2010 - 22:27.Note that "resources" bound to services in the network library don't require an exact match, but rather a "root path" match. So,
/foo/bar
will trigger the service that is bound to the resource "/foo"
- Login or register to post comments
Submitted by Mike Dickey on Tue, 07/08/2008 - 12:36.Yep, I noticed that, that's why I dropped all my custom-code ;-)
- Login or register to post comments
Submitted by lvillani on Thu, 07/10/2008 - 07:48.I found a way to do the same thing without altering core pion-net code :)
- Login or register to post comments
Submitted by lvillani on Tue, 07/08/2008 - 01:30.