varnish 0.7.0

A Rust framework for creating Varnish Caching Proxy extensions
Documentation
---
source: varnish-macros/src/tests.rs
---
<!--

   !!!!!!  WARNING: DO NOT EDIT THIS FILE!

   This file was generated from the Varnish VMOD source code.
   It will be automatically updated on each build.

-->
# Varnish Module (VMOD) `obj2`

```vcl
// Place import statement at the top of your VCL file
// This loads vmod from a standard location
import obj2;

// Or load vmod from a specific file
import obj2 from "path/to/libobj2.so";
```

## Object `Obj1`

### Constructor `obj2.obj1([INT val])`

## Object `Obj2`

### Constructor `obj2.obj2(INT val)`

## Object `Obj3`

### Constructor `obj2.obj3([INT val])`

## Object `Obj4`

### Constructor `obj2.obj4(INT val)`