Sha256: 7c561d494b88505a47d77dd39597296e60a41d6389d4e6242b46fc48aac341e0
Contents?: true
Size: 220 Bytes
Versions: 38
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2018-2023, by Samuel Williams. module Protocol module HTTP # A generic, HTTP protocol error. class Error < StandardError end end end
Version data entries
38 entries across 38 versions & 1 rubygems