Hi. For my module mod_i18n I would need an interface to content negotiation. I want to say "Dear mod_negotiation, I offer the following language variants (for the current request). Which one do you choose?". By now the only way to do this is to put variant files or a type map in the file system and do sub requests.
Such an interface could be a mod_negotiation.h with a few optional functions, but there may be other ways (notes?). I am willing to do the necessary implementation, if this has a chance to be accepted. Sincerely, Joachim See http://www.heute-morgen.de/modules/mod_i18n/ on details about mod_i18n.
