Packages

object lsp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lsp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def decodePayloads[F[_]](implicit arg0: MonadThrow[F]): Pipe[F, Byte, Payload]

    Split a stream of bytes into payloads by extracting each frame based on information contained in the headers.

    Split a stream of bytes into payloads by extracting each frame based on information contained in the headers.

    See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#contentPart

  2. def encodePayloads[F[_]]: Pipe[F, Payload, Byte]