module Typertext.Http { export interface HttpPostData { [index:string]:string } }