class LSProtocol::StaleRequestSupportOptions

Overview

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cancel : Bool | Nil, retry_on_content_modified : Array(String) | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cancel : Bool #

The client will actively cancel the request.


[View source]
def retry_on_content_modified : Array(String) #

[View source]