[Repoze-dev] custom Request and Response classes in repoze.bfg

2009-01-14 Thread Rob Miller
hey all, so in building my first repoze.bfg app, it's occurred to me that i'd like to use a custom Request and Response classes, just simple subclasses of the WebOb defaults so that i can set configurable class variables like default_charset. unless i'm missing something in the code, there's

Re: [Repoze-dev] custom Request and Response classes in repoze.bfg

2009-01-14 Thread Malthe Borch
2009/1/14 Rob Miller r...@burningman.com: so in building my first repoze.bfg app, it's occurred to me that i'd like to use a custom Request and Response classes, just simple subclasses of the WebOb defaults so that i can set configurable class variables like default_charset. unless i'm missing

Re: [Repoze-dev] custom Request and Response classes in repoze.bfg

2009-01-14 Thread Rob Miller
Malthe Borch wrote: 2009/1/14 Rob Miller r...@burningman.com: so in building my first repoze.bfg app, it's occurred to me that i'd like to use a custom Request and Response classes, just simple subclasses of the WebOb defaults so that i can set configurable class variables like

Re: [Repoze-dev] custom Request and Response classes in repoze.bfg

2009-01-14 Thread Chris McDonough
Rob Miller wrote: hey all, so in building my first repoze.bfg app, it's occurred to me that i'd like to use a custom Request and Response classes, just simple subclasses of the WebOb defaults so that i can set configurable class variables like default_charset. unless i'm missing

Re: [Repoze-dev] custom Request and Response classes in repoze.bfg

2009-01-14 Thread Rob Miller
Chris McDonough wrote: Rob Miller wrote: hey all, so in building my first repoze.bfg app, it's occurred to me that i'd like to use a custom Request and Response classes, just simple subclasses of the WebOb defaults so that i can set configurable class variables like default_charset.