Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
80e416aa
Commit
80e416aa
authored
Jun 06, 2013
by
Per Buer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
objects in VCL.
Correct what was wrong and describe obj.
parent
d2e880ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
vcl-variables.rst
doc/sphinx/users-guide/vcl-variables.rst
+5
-8
No files found.
doc/sphinx/users-guide/vcl-variables.rst
View file @
80e416aa
...
...
@@ -2,13 +2,8 @@
Requests, responses and objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In VCL, there are three important data structures. The request, coming
from the client, the response coming from the backend server and the
object, stored in cache.
In VCL, there several important objects.
In VCL you should know the following structures.
.. XXX: Needs verification
*req*
The request object. When Varnish has received the request the req object is
...
...
@@ -24,5 +19,7 @@ In VCL you should know the following structures.
do on the beresp object.
*resp*
The cached object. Mostly a read only object that resides in memory.
resp.ttl is writable, the rest is read only.
The HTTP response right before it is delivered to the client.
*obj*
The object as it is stored in cache. Mostly read only.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment