airgun.entities.http_proxy

Module Contents

class airgun.entities.http_proxy.HTTPProxyEntity

Bases: airgun.entities.base.BaseEntity

endpoint_path = /http_proxies
create(self, values)

Create a new http-proxy.

search(self, value)

Search for ‘value’ and return http-proxy names that match.

Parameters:value – text to filter (default: no filter)
read(self, entity_name, widget_names=None)

Return dict with properties of http-proxy.

update(self, entity_name, values)

Update an existing http-proxy.

delete(self, entity_name)

Delete existing http-proxy entity

class airgun.entities.http_proxy.ShowAllHTTPProxy

Bases: airgun.navigation.NavigateStep

Navigate to All http-proxy page

VIEW
step(self, *args, **kwargs)
class airgun.entities.http_proxy.AddNewHTTPProxy

Bases: airgun.navigation.NavigateStep

Navigate to Create HTTP Proxy page

VIEW
prerequisite
step(self, *args, **kwargs)
class airgun.entities.http_proxy.EditHTTPProxy

Bases: airgun.navigation.NavigateStep

Navigate to Edit HTTP Proxy page

Args:
entity_name: name of the HTTP Proxy
VIEW
prerequisite(self, *args, **kwargs)
step(self, *args, **kwargs)