[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <ggsn>
            <service-identification>
                <http-wsp-rule>
                    <term>
                        <from>
                            <wsp>
                                <operation>
                                    <delete/>
                                    <get/>
                                    <head/>
                                    <options/>
                                    <post/>
                                    <put/>
                                    <trace/>
                                    <connect/>
                                </operation>
                            </wsp>
                        </from>
                    </term>
                </http-wsp-rule>
            </service-identification>
        </ggsn>
    </services>
</configuration>

Description

Limit match to operation being performed.

Contents

<connect>—Apply rule for connect.

<delete>—Apply rule for delete.

<get>—Apply rule for get.

<head>—Apply rule for head.

<options>—Apply rule for options.

<post>—Apply rule for post.

<put>—Apply rule for put.

<trace>—Apply rule for trace.


[Contents] [Prev] [Next] [Index] [Report an Error]