Skip to content

Instantly share code, notes, and snippets.

@keizo042
Created February 12, 2016 13:48
Show Gist options
  • Save keizo042/f89117bf0c58aa53b44b to your computer and use it in GitHub Desktop.
Save keizo042/f89117bf0c58aa53b44b to your computer and use it in GitHub Desktop.
vmod_mruby try to struct DSL
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