What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

UrlEncodePlusTransformer

The UrlEncodePlusTransformer will produce a fully encoded url with spaces replaced as pluses.

Examples

<DataModel name="Ex1">
        <String name="TransformMe" value="http://www.peachfuzzer.com/?a= hello" >
                <Transformer class="UrlEncodePlus" />
        </String>
</DataModel>