LATEST LICENSE NEWS README
HTTP_Spew ChunkyPipe ClassMethods ContentMD5 Headers HitNRun InputSpray Request

http_spew 0.7.1 / 2022-01-16 08:45 UTC

2 changes since v0.7.0:
  doc: s/bogomips.org/yhbt.net/
  fix mismatched indentation warnings

http_spew 0.7.0 - modernizing for newer Rubies / 2017-06-12 22:00 UTC

Ruby 2.3+ is now required as kgio dependencies are gone.
This is unlikely to be a problem in practice, as hardly
anybody uses this at the moment.

5 changes since 0.6.0:

      remove most uses of kgio
      make kgio entirely optional
      update to only use public email address
      http_spew: remove kgio require at top level
      gemspec: remove olddoc as a build dependency

http_spew 0.6.0 - even less / 2016-11-05 02:15 UTC

Rack "to_path" support is dropped since few servers can
take advantage of this in a non-buggy way.

As a consolation, #each should be less GC-intensive by
with explicit calls to String#clear to reduce memory
pressure.

3 changes since 0.5.0

      pkg.mk: avoid network for "gem install"
      request: drop to_path support
      explicitly clear large buf when it is obviously safe

http_spew 0.5.0 / 2016-10-31 20:43 UTC

This release requires Ruby 2.1 or later.

13 changes since 0.4.1:

      gemspec: require kcar >= 0.3.1
      test/helper: explicit redirect for Ruby 2.0.0
      update packaging + docs (website)
      allow all future GPL versions
      add benchmark scripts
      relax dependency on unicorn
      declare empty classes with constant assignment
      test_upload: use object_id to check matches
      use frozen string literals for Ruby 2.1+
      merge into kcar project and mailing list
      dedicated mailing list
      rely on opt_str_freeze in more places
      use monotonic clock for timing

http_spew 0.4.1 / 2012-09-23 00:01 UTC

Fix formatting of user-supplied headers.

http_spew 0.4.0 / 2011-11-03 00:23 UTC

Bump kgio dependency to the latest version to remove
need for IO#wait.

http_spew 0.3.0 - ContentMD5 improvements / 2011-05-11 23:29 UTC

There are minor changes to HTTP_Spew::ContentMD5:
* allow optional input param to initialize
* update bytes_digested for incomplete xfers

Still not API-stable, but maybe it's closer...

http_spew 0.2.0 - bugfixes and improvements / 2011-05-10 22:19 UTC

InputSpray may now be layered on top of ContentMD5 successfully.
Improved multi-threading abilities and tests.

Do not consider the API remotely stable, yet.

HTTP spew 0.1.0 - initial release / 2011-02-24 08:50 UTC

Might as well...

mail archives: https://yhbt.net/http_spew-public/
	 
	 
public: http_spew-public@yhbt.net
source code: git clone https://yhbt.net/http_spew.git