class

LSProtocol::StaleRequestSupportOptions

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

new(cancel : Bool | Nil, retry_on_content_modified : Array(String) | Nil)
Source
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
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