Hello folks,
I'm a new cherrypy user trying to implement a web service
and I've
gotten everything working but...
I'm trying to implement the OGC Web Mapping Services
standard which
does not require any specific case for it's input
parameters. For
example, according to the spec, all of these are valid:
index?bbox=120,20,70,50
index?BBOX=120,20,70,50
index?BBox=120,20,70,50
My code has all variables as lower case. Is there any way to
convert
all input parameter names to lower-case?
Thanks for the help,
Matt Perry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|