Theory.RequestSourcetype request = | FullDoc of {uri : Lang.LUri.File.t;}| PosInDoc of {uri : Lang.LUri.File.t;point : int * int;version : int option;postpone : bool;}Add a request to be served; returns true if request is added to the queue , false if the request can be already answered.