The hover request is sent from the client to the server to request hover information at a given text document position.
| text_document |
the document to hover over |
| position |
the position inside the document |
|
the hover information, or null if none |