http_spew.git  about / heads / tags
LAN-only HTTP spam^H^H^H^Hclient for Ruby
$ git log --pretty=format:'%h %s (%cs)%d'
812a71e http_spew 0.7.1 (2022-01-16)
	(HEAD -> master, tag: v0.7.1)
a47a4b8 fix mismatched indentation warnings (2020-02-22)
8e6ade7 doc: s/bogomips.org/yhbt.net/ (2020-02-22)
978b613 http_spew 0.7.0 - modernizing for newer Rubies (2017-06-12)
	(tag: v0.7.0)
10630b5 gemspec: remove olddoc as a build dependency (2017-06-12)
9217664 http_spew: remove kgio require at top level (2017-06-12)
9633249 update to only use public email address (2017-03-10)
7f0dbf2 make kgio entirely optional (2017-03-10)
54ee9ca remove most uses of kgio (2017-03-09)
32e0626 http_spew 0.6.0 - even less (2016-11-05)
	(tag: v0.6.0)
...

$ git cat-file blob HEAD:README
= HTTP Spew - LAN-only HTTP spam^H^H^H^Hclient for Ruby

Do not use HTTP Spew for connecting to servers outside of your LAN.
Do not use HTTP Spew without the permission of your server admins.
Use HTTP Spew if you wish you could kinda multicast with HTTP...

== Problems

* No support for bidirectional HTTP streaming
* No support for "Expect: 100-continue" headers/responses
* No support for DNS resolution (WONTFIX, ever)
* No support for HTTPS
* No support for keepalive (yet?)
* Not remotely RFC-compliant
* Messes up analytics/reporting on servers
* Resets server connections
* May get you banned from the Internet!

== Still Interested?

HTTP Spew lets you fire off identical (or similar) requests to multiple
HTTP servers and wait for any number (or all) of them to complete or for
a timeout to expire.

HTTP Spew may be useful for implementing reverse proxy servers if you
1) can't decide on a load balancing strategy for them
2) have much more hardware than you actually use

It's also completely untested and unused anywhere!

== Hacking

You can get the latest source via git from the following locations:

  git://yhbt.net/http_spew.git
  git://repo.or.cz/http_spew.git (mirror)

You may browse the code from the web and download the latest snapshot
tarballs here:

* https://yhbt.net/http_spew.git
* http://repo.or.cz/w/http_spew.git (gitweb)

Inline patches (from "git format-patch") to the mailing list are
preferred because they allow code review and comments in the reply to
the patch.

We will adhere to mostly the same conventions for patch submissions as
git itself.  See the Documentation/SubmittingPatches document
distributed with git on on patch submission guidelines to follow.  Just
don't email the git mailing list or maintainer with http_spew patches.

== Contact

All feedback (bug reports, user/development discussion, patches, pull
requests) go to the mailing list: mailto:http_spew-public@yhbt.net

Mailing list archives may be viewed and downloaded here:

https://yhbt.net/http_spew-public/

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       http_spew 0.7.1 (2022-01-16)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.7.1       http_spew 0.7.1 (2022-01-16) tar.gz
v0.7.0       http_spew 0.7.0 - modernizing for newer Rubies (2017-06-12) tar.gz
v0.6.0       http_spew 0.6.0 - even less (2016-11-05) tar.gz
v0.5.0       http_spew 0.5.0 (2016-10-31) tar.gz
v0.4.1       http_spew 0.4.1 (2012-09-22) tar.gz
v0.4.0       http_spew 0.4.0 (2011-11-03) tar.gz
v0.3.0       http_spew 0.3.0 - ContentMD5 improvements (2011-05-11) tar.gz
v0.2.0       http_spew 0.2.0 - bugfixes and improvements (2011-05-10) tar.gz
v0.1.0       HTTP spew 0.1.0 - initial release (2011-02-24) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://yhbt.net/http_spew-public/

git clone https://yhbt.net/http_spew.git