Sha256: 0dab7893663862832cf137267ffea0a80ea647b7f0962cbdf6fe054e7fba19ec

Contents?: true

Size: 592 Bytes

Versions: 22

Compression:

Stored size: 592 Bytes

Contents

module HTTPX::Transcoder
  module Chunker
    def self?.encode: (_Encoder chunks) -> Encoder

    class Encoder
      @raw: _Each[String]

      include _Each[String]

      private

      def initialize: (_Encoder chunks) -> untyped
    end

    class Decoder
      include _ToS
      include _Each[String]

      def finished?: () -> bool
      def empty?: () -> bool
      def <<: (string) -> void
      def clear: () -> void

      private

      def initialize: (String, bool) -> untyped
                    | (String) -> untyped

      def nextstate: (Symbol) -> void
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
httpx-0.10.1 sig/transcoder/chunker.rbs
httpx-0.10.0 sig/transcoder/chunker.rbs