Created
February 12, 2016 13:48
-
-
Save keizo042/f89117bf0c58aa53b44b to your computer and use it in GitHub Desktop.
vmod_mruby try to struct DSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Varnish::VCL.init(something) do | |
VCL.return VCL::OK | |
end | |
Varnish::VCL.pass(something)do | |
end | |
Varnish::VCL.deliver() do | |
end | |
Varnish:VCL.ban() do | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment