diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2007-10-23 21:42:14 +0000 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2007-10-23 21:42:14 +0000 |
| commit | 222109e8c8640f327bf77ec24285fd7370fb7a02 (patch) | |
| tree | e662e139d921d4ceb21ff9cb0239fc9fc7482bf3 /docs/differences.txt | |
| parent | eef1731963f44fcee755d11a3877551368f34266 (diff) | |
| download | webob-222109e8c8640f327bf77ec24285fd7370fb7a02.tar.gz | |
An explanation of the interaction property, from Gary Poster
Diffstat (limited to 'docs/differences.txt')
| -rw-r--r-- | docs/differences.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/differences.txt b/docs/differences.txt index bcd3ba2..628cedf 100644 --- a/docs/differences.txt +++ b/docs/differences.txt @@ -437,7 +437,9 @@ Request In ``req.body_file`` ``interaction``: - What this is, I don't know. + This is the security context for the request; all the possible + participants or principals in the request. There's no + equivalent. ``annotations``: Extra information associated with the request. This would |
