:tocdepth: 3 :py:mod:`gws.base.ows.client.request` ===================================== .. py:module:: gws.base.ows.client.request **Source code:** :source:`gws.base.ows.client.request` Module Contents --------------- .. py:class:: Args(*args, **kwargs) Bases: :py:obj:`gws.Data` Basic data object. This object can be instantiated by passing one or or ``dict`` arguments and/or keyword args. All dicts keys and keywords become attributes of the object. Accessing an undefined attribute returns ``None`` and no error is raised, unless the attribute name starts with an underscore. .. py:attribute:: headers :type: dict .. py:attribute:: method :type: gws.RequestMethod .. py:attribute:: params :type: dict .. py:attribute:: protocol :type: gws.OwsProtocol .. py:attribute:: url :type: str .. py:attribute:: verb :type: gws.OwsVerb .. py:attribute:: version :type: str .. py:function:: get(args: Args, **kwargs) -> gws.lib.net.HTTPResponse Get a raw service response .. py:function:: get_text(args: Args, **kwargs) -> str .. py:function:: get_url(url: str, **kwargs) -> gws.lib.net.HTTPResponse