Sha256: a77b0add7cbcdcf2e803feac326a6832a24b11578791ca9f1e1f409a8acb6e0d
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# Rack https://medium.com/quick-code/rack-middleware-vs-rack-application-vs-rack-the-gem-vs-rack-the-architecture-912cd583ed24 https://github.com/rack/rack/blob/main/SPEC.rdoc https://www.rubyguides.com/2018/09/rack-middleware/ * Responds to `call` * Accepts a hash of parameters * Returns an array where the first item is the http status, the second is a hash of headers, and the third is an object that responds to `each` (or `call`) that provides the body (99% of the time it's an array of length 1 with a string)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.112.0 | docs/developer/rack.md |
pact_broker-2.111.0 | docs/developer/rack.md |