struct

LSP::ClientCapabilities::General::StaleRequestSupport

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cancel

The client will actively cancel the request.

Source
cancel=(cancel : Bool)

The client will actively cancel the request.

Source
retry_on_content_modified

The list of requests for which the client will retry the request if it receives a response with error code `ContentModified``

Source
retry_on_content_modified=(retry_on_content_modified : Array(String))

The list of requests for which the client will retry the request if it receives a response with error code `ContentModified``

Source