%3
post!
post!
post-enacted?
post-enacted?
post!->post-enacted?
patch!
patch!
patch-enacted?
patch-enacted?
patch!->patch-enacted?
put!
put!
put-enacted?
put-enacted?
put!->put-enacted?
delete!
delete!
delete-enacted?
delete-enacted?
delete!->delete-enacted?
handle-see-other
303
see-other
handle-multiple-representations
300
multiple-representations
handle-moved-permanently
301
moved-permanently
handle-moved-temporarily
307
moved-temporarily
handle-not-modified
304
not-modified
handle-ok
200
ok
handle-no-content
204
no-content
handle-accepted
202
accepted
handle-created
201
created
handle-options
200
options
handle-not-found
404
not-found
handle-gone
410
gone
handle-conflict
409
conflict
handle-precondition-failed
412
precondition-failed
handle-unprocessable-entity
422
unprocessable-entity
handle-not-acceptable
406
not-acceptable
handle-request-entity-too-large
413
request-entity-too-large
handle-unsupported-media-type
415
unsupported-media-type
handle-forbidden
403
forbidden
handle-unauthorized
401
unauthorized
handle-malformed
400
malformed
handle-method-not-allowed
405
method-not-allowed
handle-uri-too-long
414
uri-too-long
handle-not-implemented
501
not-implemented
handle-unknown-method
501
unknown-method
handle-service-not-available
503
service-not-available
handle-exception
500
exception
multiple-representations?
multiple-representations?
multiple-representations?->handle-multiple-representations
true
multiple-representations?->handle-ok
false
respond-with-entity?
respond-with-entity?
respond-with-entity?->handle-no-content
false
respond-with-entity?->multiple-representations?
true
new?
new?
new?->handle-created
true
new?->respond-with-entity?
false
post-redirect?
post-redirect?
post-redirect?->handle-see-other
true
post-redirect?->new?
false
post-enacted?->handle-accepted
false
post-enacted?->post-redirect?
true
put-enacted?->handle-accepted
false
put-enacted?->new?
true
can-post-to-missing?
can-post-to-missing?
can-post-to-missing?->post!
true
can-post-to-missing?->handle-not-found
false
post-to-missing?
post-to-missing?
post-to-missing?->handle-not-found
false
post-to-missing?->can-post-to-missing?
true
can-post-to-gone?
can-post-to-gone?
can-post-to-gone?->post!
true
can-post-to-gone?->handle-gone
false
post-to-gone?
post-to-gone?
post-to-gone?->handle-gone
false
post-to-gone?->can-post-to-gone?
true
moved-temporarily?
moved-temporarily?
moved-temporarily?->handle-moved-temporarily
true
moved-temporarily?->post-to-gone?
false
moved-permanently?
moved-permanently?
moved-permanently?->handle-moved-permanently
true
moved-permanently?->moved-temporarily?
false
existed?
existed?
existed?->post-to-missing?
false
existed?->moved-permanently?
true
patch-enacted?->handle-accepted
false
patch-enacted?->respond-with-entity?
true
method-post?
method-post?
method-post?->post!
true
method-post?->put!
false
conflict?
conflict?
conflict?->handle-conflict
true
conflict?->method-post?
false
can-put-to-missing?
can-put-to-missing?
can-put-to-missing?->handle-not-implemented
false
can-put-to-missing?->conflict?
true
put-to-different-url?
put-to-different-url?
put-to-different-url?->handle-moved-permanently
true
put-to-different-url?->can-put-to-missing?
false
method-put?
method-put?
method-put?->existed?
false
method-put?->put-to-different-url?
true
if-match-star-exists-for-missing?
if-match-star-exists-for-missing?
if-match-star-exists-for-missing?->handle-precondition-failed
true
if-match-star-exists-for-missing?->method-put?
false
if-none-match?
if-none-match?
if-none-match?->handle-not-modified
true
if-none-match?->handle-precondition-failed
false
put-to-existing?
put-to-existing?
put-to-existing?->multiple-representations?
false
put-to-existing?->conflict?
true
post-to-existing?
post-to-existing?
post-to-existing?->conflict?
true
post-to-existing?->put-to-existing?
false
delete-enacted?->handle-accepted
false
delete-enacted?->respond-with-entity?
true
method-patch?
method-patch?
method-patch?->patch!
true
method-patch?->post-to-existing?
false
method-delete?
method-delete?
method-delete?->delete!
true
method-delete?->method-patch?
false
modified-since?
modified-since?
modified-since?->handle-not-modified
false
modified-since?->method-delete?
true
if-modified-since-valid-date?
if-modified-since-valid-date?
if-modified-since-valid-date?->method-delete?
false
if-modified-since-valid-date?->modified-since?
true
if-modified-since-exists?
if-modified-since-exists?
if-modified-since-exists?->method-delete?
false
if-modified-since-exists?->if-modified-since-valid-date?
true
etag-matches-for-if-none?
etag-matches-for-if-none?
etag-matches-for-if-none?->if-none-match?
true
etag-matches-for-if-none?->if-modified-since-exists?
false
if-none-match-star?
if-none-match-star?
if-none-match-star?->if-none-match?
true
if-none-match-star?->etag-matches-for-if-none?
false
if-none-match-exists?
if-none-match-exists?
if-none-match-exists?->if-modified-since-exists?
false
if-none-match-exists?->if-none-match-star?
true
unmodified-since?
unmodified-since?
unmodified-since?->handle-precondition-failed
true
unmodified-since?->if-none-match-exists?
false
if-unmodified-since-valid-date?
if-unmodified-since-valid-date?
if-unmodified-since-valid-date?->if-none-match-exists?
false
if-unmodified-since-valid-date?->unmodified-since?
true
if-unmodified-since-exists?
if-unmodified-since-exists?
if-unmodified-since-exists?->if-none-match-exists?
false
if-unmodified-since-exists?->if-unmodified-since-valid-date?
true
etag-matches-for-if-match?
etag-matches-for-if-match?
etag-matches-for-if-match?->handle-precondition-failed
false
etag-matches-for-if-match?->if-unmodified-since-exists?
true
if-match-star?
if-match-star?
if-match-star?->if-unmodified-since-exists?
true
if-match-star?->etag-matches-for-if-match?
false
if-match-exists?
if-match-exists?
if-match-exists?->if-unmodified-since-exists?
false
if-match-exists?->if-match-star?
true
exists?
exists?
exists?->if-match-star-exists-for-missing?
false
exists?->if-match-exists?
true
processable?
processable?
processable?->handle-unprocessable-entity
false
processable?->exists?
true
encoding-available?
encoding-available?
encoding-available?->handle-not-acceptable
false
encoding-available?->processable?
true
accept-encoding-exists?
accept-encoding-exists?
accept-encoding-exists?->processable?
false
accept-encoding-exists?->encoding-available?
true
charset-available?
charset-available?
charset-available?->handle-not-acceptable
false
charset-available?->accept-encoding-exists?
true
accept-charset-exists?
accept-charset-exists?
accept-charset-exists?->accept-encoding-exists?
false
accept-charset-exists?->charset-available?
true
language-available?
language-available?
language-available?->handle-not-acceptable
false
language-available?->accept-charset-exists?
true
accept-language-exists?
accept-language-exists?
accept-language-exists?->accept-charset-exists?
false
accept-language-exists?->language-available?
true
media-type-available?
media-type-available?
media-type-available?->handle-not-acceptable
false
media-type-available?->accept-language-exists?
true
accept-exists?
accept-exists?
accept-exists?->accept-language-exists?
false
accept-exists?->media-type-available?
true
is-options?
is-options?
is-options?->handle-options
true
is-options?->accept-exists?
false
valid-entity-length?
valid-entity-length?
valid-entity-length?->handle-request-entity-too-large
false
valid-entity-length?->is-options?
true
known-content-type?
known-content-type?
known-content-type?->handle-unsupported-media-type
false
known-content-type?->valid-entity-length?
true
valid-content-header?->handle-not-implemented
false
allowed?
allowed?
allowed?->handle-forbidden
false
authorized?
authorized?
authorized?->handle-unauthorized
false
authorized?->allowed?
true
malformed?
malformed?
malformed?->handle-malformed
true
malformed?->authorized?
false
method-allowed?
method-allowed?
method-allowed?->handle-method-not-allowed
false
method-allowed?->malformed?
true
uri-too-long?
uri-too-long?
uri-too-long?->handle-uri-too-long
true
uri-too-long?->method-allowed?
false
known-method?
known-method?
known-method?->handle-unknown-method
false
known-method?->uri-too-long?
true
service-available?
service-available?
service-available?->handle-service-not-available
false
service-available?->known-method?
true
initialize-context
initialize-context
initialize-context->service-available?