:py:mod:`taup.http_server` ========================== .. py:module:: taup.http_server .. autodoc2-docstring:: taup.http_server :allowtitles: Module Contents --------------- Classes ~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`TauPServer ` - .. autodoc2-docstring:: taup.http_server.TauPServer :summary: Data ~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`VERBOSE ` - .. autodoc2-docstring:: taup.http_server.VERBOSE :summary: API ~~~ .. py:data:: VERBOSE :canonical: taup.http_server.VERBOSE :value: False .. autodoc2-docstring:: taup.http_server.VERBOSE .. py:class:: TauPServer(taup_path=None, verbose=VERBOSE) :canonical: taup.http_server.TauPServer .. autodoc2-docstring:: taup.http_server.TauPServer .. rubric:: Initialization .. autodoc2-docstring:: taup.http_server.TauPServer.__init__ .. py:method:: __enter__() :canonical: taup.http_server.TauPServer.__enter__ .. autodoc2-docstring:: taup.http_server.TauPServer.__enter__ .. py:method:: __exit__(exc_type, exc_value, traceback) :canonical: taup.http_server.TauPServer.__exit__ .. autodoc2-docstring:: taup.http_server.TauPServer.__exit__ .. py:method:: shutdown() :canonical: taup.http_server.TauPServer.shutdown .. autodoc2-docstring:: taup.http_server.TauPServer.shutdown .. py:method:: checkVersion() :canonical: taup.http_server.TauPServer.checkVersion .. autodoc2-docstring:: taup.http_server.TauPServer.checkVersion .. py:method:: printVersionWarnMsg(message, serverVersion, myVersion) :canonical: taup.http_server.TauPServer.printVersionWarnMsg .. autodoc2-docstring:: taup.http_server.TauPServer.printVersionWarnMsg .. py:method:: retrieveTextual(params, tool='time', format='text') :canonical: taup.http_server.TauPServer.retrieveTextual .. autodoc2-docstring:: taup.http_server.TauPServer.retrieveTextual .. py:method:: retrieveJson(params, tool='time') :canonical: taup.http_server.TauPServer.retrieveJson .. autodoc2-docstring:: taup.http_server.TauPServer.retrieveJson .. py:method:: queryJson(params, tool='time') :canonical: taup.http_server.TauPServer.queryJson .. autodoc2-docstring:: taup.http_server.TauPServer.queryJson .. py:method:: queryText(params, tool='time') :canonical: taup.http_server.TauPServer.queryText .. autodoc2-docstring:: taup.http_server.TauPServer.queryText .. py:method:: querySvg(params, tool='time') :canonical: taup.http_server.TauPServer.querySvg .. autodoc2-docstring:: taup.http_server.TauPServer.querySvg .. py:method:: queryGmt(params, tool='time') :canonical: taup.http_server.TauPServer.queryGmt .. autodoc2-docstring:: taup.http_server.TauPServer.queryGmt .. py:method:: queryHtml(params, tool='time') :canonical: taup.http_server.TauPServer.queryHtml .. autodoc2-docstring:: taup.http_server.TauPServer.queryHtml .. py:method:: queryCsv(params, tool='time') :canonical: taup.http_server.TauPServer.queryCsv .. autodoc2-docstring:: taup.http_server.TauPServer.queryCsv .. py:method:: queryLocsat(params, tool='time') :canonical: taup.http_server.TauPServer.queryLocsat .. autodoc2-docstring:: taup.http_server.TauPServer.queryLocsat