class LSProtocol::StaleRequestSupportOptions
- LSProtocol::StaleRequestSupportOptions
- Reference
- Object
Overview
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(cancel : Bool | Nil, retry_on_content_modified : Array(String) | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#cancel : Bool
The client will actively cancel the request.
-
#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
Constructor Detail
Instance Method Detail
def 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