![](https://secure.gravatar.com/avatar/096c2c331fa0c946d103e9038930f80e.jpg?s=120&d=mm&r=g)
June 30, 2003
8:45 a.m.
Hi, I started playing around with twisted.web and want to map the Url to function calls with parameters. For example http://myserver.net/mainhandler/somefkt/parama/paramb should be call some 'mainhandler'. This should be a script which gets '/somefkt/parama/paramb' and knows what to do with it. What's the easiest way to do this? regards, Achim