diff --git a/draft-ietf-httpbis-safe-method-w-body.xml b/draft-ietf-httpbis-safe-method-w-body.xml
index 885d0f31f..f933cc455 100644
--- a/draft-ietf-httpbis-safe-method-w-body.xml
+++ b/draft-ietf-httpbis-safe-method-w-body.xml
@@ -164,6 +164,44 @@ q=foo&limit=10&sort=-published
rather than as part of the request URI. Unlike POST, however, the method is explicitly safe
and idempotent, allowing functions like caching and automatic retries to operate.
+
+ | GET | +QUERY | +POST | +
---|---|---|---|
Safe | +yes | +yes | +potentially no | +
Idempotent | +yes | +yes | +potentially no | +
Cacheable | +yes | +yes | +no | +
Content (body) | +"no defined semantics" | +expected (semantics per target resource) | +expected (semantics per target resource) | +