Use of optional "channel" parameter for HTTP IN

I wonder what kind of data type I have to use for input(), for instance in:

imp.configure(“Nebula Master Test”, [input(“in”, “string”)], []);

to be able to extract the “channel” parameter in the set() method to handle an HTTP IN GET at the specified URI for the impee.

Please advise.