webmachine-ruby icon indicating copy to clipboard operation
webmachine-ruby copied to clipboard

Webmachine, the HTTP toolkit (in Ruby)

Results 17 webmachine-ruby issues
Sort by recently updated
recently updated
newest added

I've got other things that I want to do on the main thread after starting up the web interface and the call at the end to `Celluloid::Actor.join(@server)` blocks. Right now...

My resource ends up failing in state g9 because `request.if_match` is nil. This can be fixed by changing: ``` ruby # Escapes quotes within a quoted string. def escape_quotes(str) str.gsub(/"/,...

I'm looking at building a pure-API service with webmachine. I'd like to be able to do SSL and authenticate with client certs, but I realize that accessing the cert itself...

feature

I've run across this in a number of projects so I'm adding it here as an FYI. Accept headers can contain a number of things including quoted tokens, spaces between...

feature

known_methods in callbacks is ['GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'TRACE', 'CONNECT', 'OPTIONS']

feature

> RFC 2616, Section 3.12 > > HTTP/1.1 allows a client to request that only part (a range of) the response entity be included within the response. HTTP/1.1 uses range...

feature

Is there any interest in supporting the `Precondition Required` response in the decision tree? The status code definition can be found at http://tools.ietf.org/html/rfc6585#section-3. The change would add the following: -...

feature