Sha256: ab6ebbd9aba800852e030b7d9af195104bb35b38f2d587e4e25cb9a3c1439d27

Contents?: true

Size: 418 Bytes

Versions: 22

Compression:

Stored size: 418 Bytes

Contents

module HTTPX
  class Buffer
    include _ToS
    include _ToStr

    @buffer: String

    attr_reader limit: Integer

    def full?: () -> bool
    def shift!: (Integer) -> void

    # delegated
    def <<: (string data) -> void
    def empty?: () -> bool
    def bytesize: () -> Integer
    def clear: () -> void
    def replace: (string) -> void

    private

    def initialize: (Integer limit) -> untyped
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
httpx-0.15.4 sig/buffer.rbs
httpx-0.15.3 sig/buffer.rbs
httpx-0.15.2 sig/buffer.rbs
httpx-0.15.1 sig/buffer.rbs
httpx-0.15.0 sig/buffer.rbs
httpx-0.14.5 sig/buffer.rbs
httpx-0.14.4 sig/buffer.rbs
httpx-0.14.3 sig/buffer.rbs
httpx-0.14.2 sig/buffer.rbs
httpx-0.14.1 sig/buffer.rbs
httpx-0.14.0 sig/buffer.rbs
httpx-0.13.2 sig/buffer.rbs
httpx-0.13.1 sig/buffer.rbs
httpx-0.13.0 sig/buffer.rbs
httpx-0.12.0 sig/buffer.rbs
httpx-0.11.3 sig/buffer.rbs
httpx-0.11.2 sig/buffer.rbs
httpx-0.11.1 sig/buffer.rbs
httpx-0.11.0 sig/buffer.rbs
httpx-0.10.2 sig/buffer.rbs