Mariano Guerra wrote: > hi, I'm beggining with webpy, and I really like it, but I have two > problems (solving one of them would be sufficient): > > 1) can I get more than 1 parameter on a GET/POST/PUT/ method? > 2) how can I access the remaining http headers not available on > web.ctx.env? > > thanks. > >
Concerning your first question: search the mailing list archives: http://groups.google.com/group/webpy/search?group=webpy&q=multiple+input+values&qt_g=Search+this+group (i.e.: web.input(bla=[])) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
