mapscript.OWSRequest

class mapscript.OWSRequest

Attributes

NumParams

int immutable TODO Add documentation

contenttype

char TODO Add documentation

httpcookiedata

char TODO Add documentation

postrequest

char TODO Add documentation

thisown

The membership flag

type

enum MS_REQUEST_TYPE TODO Add documentation

Methods

__init__()[source]
addParameter(name: char, value: char) void[source]
getName(index: int) char[source]
getValue(index: int) char[source]
getValueByName(name: char const) char[source]
loadParams() int[source]
loadParamsFromPost(postData: char, url: char const) int[source]
loadParamsFromURL(url: char const) int[source]
setParameter(name: char, value: char) void[source]