MCPcopy Create free account

hub / github.com/CrashedBboy/Quick_SLPK_Server / functions

Functions351 in github.com/CrashedBboy/Quick_SLPK_Server

Methodquery
The :attr:`query_string` parsed into a :class:`FormsDict`. These values are sometimes called "URL arguments" or "GET parameters", but
bottlepy/bottle.py:1234
Methodquery_string
The raw :attr:`query` part of the URL (everything in between ``?`` and ``#``) as a string.
bottlepy/bottle.py:1453
Methodraw
Return the header value as is (may be bytes or unicode).
bottlepy/bottle.py:2284
Functionredirect
Aborts execution and causes a 303 or 302 redirect, depending on the HTTP protocol version.
bottlepy/bottle.py:2799
Methodremote_addr
The client IP as a string. Note that this information can be forged by malicious clients.
bottlepy/bottle.py:1528
Methodremote_route
A list of all IPs that were involved in this request, starting with the client IP and followed by zero or more proxies. This does only
bottlepy/bottle.py:1517
Methodremove_hook
Remove a callback from a hook.
bottlepy/bottle.py:698
Methodrender
(self, *args, **kwargs)
bottlepy/bottle.py:3872
Methodrender
(self, *args, **kwargs)
bottlepy/bottle.py:3891
Methodrender
(self, *args, **kwargs)
bottlepy/bottle.py:3913
Methodrender
Render the template using keyword arguments as local variables.
bottlepy/bottle.py:3995
Methodreplace
(self, key, value)
bottlepy/bottle.py:2245
Methodroute
The bottle :class:`Route` object that matches this request.
bottlepy/bottle.py:1178
Methodrun
(self, handler)
bottlepy/bottle.py:3198
Methodrun
(self, handler)
bottlepy/bottle.py:3210
Methodrun
(self, handler)
bottlepy/bottle.py:3221
Methodrun
(self, app)
bottlepy/bottle.py:3228
Methodrun
(self, handler)
bottlepy/bottle.py:3261
Methodrun
(self, handler)
bottlepy/bottle.py:3290
Methodrun
(self, handler)
bottlepy/bottle.py:3309
Methodrun
(self, handler)
bottlepy/bottle.py:3315
Methodrun
(self, handler)
bottlepy/bottle.py:3325
Methodrun
(self, handler)
bottlepy/bottle.py:3334
Methodrun
(self, handler)
bottlepy/bottle.py:3359
Methodrun
(self, handler)
bottlepy/bottle.py:3371
Methodrun
(self, handler)
bottlepy/bottle.py:3386
Methodrun
(self, handler)
bottlepy/bottle.py:3402
Methodrun
(self, handler)
bottlepy/bottle.py:3414
Methodrun
(self, handler)
bottlepy/bottle.py:3432
Methodrun
(self, handler)
bottlepy/bottle.py:3458
Methodrun
(self, handler)
bottlepy/bottle.py:3481
Methodrun
(self, handler)
bottlepy/bottle.py:3490
Methodrun
(self, handler)
bottlepy/bottle.py:3509
Methodrun
(self, handler)
bottlepy/bottle.py:3545
Methodrun
(self)
bottlepy/bottle.py:3737
Methodsave
Save file to disk or copy its content to an open file(-like) object. If *destination* is a directory, :attr:`filename` is added to the
bottlepy/bottle.py:2770
Methodscript_name
The initial portion of the URL's `path` that was removed by a higher level (server or routing middleware) before the application was
bottlepy/bottle.py:1459
Functionservice_info
Service information JSON
quick_slpk_server.py:100
Methodsetup
(self, app)
bottlepy/bottle.py:2024
Functionshared_info
Shared node information JSON
quick_slpk_server.py:192
Methodstart_response
(status, headerlist, exc_info=None)
bottlepy/bottle.py:729
Functionstatic_file
Open a file in a safe way and return an instance of :exc:`HTTPResponse` that can be sent back to the client. :param filename: Name o
bottlepy/bottle.py:2821
Methodstatus_code
The HTTP status code as an integer (e.g. 404).
bottlepy/bottle.py:1697
Methodstatus_line
The HTTP status line as a string (e.g. ``404 Not Found``).
bottlepy/bottle.py:1692
Functiontextures_info
Texture information JPG
quick_slpk_server.py:150
Methoduninstall
Uninstall plugins. Pass an instance to remove a specific plugin, a type object to remove all plugins that match that type, a string to re
bottlepy/bottle.py:827
Methodurl
The full request URI including hostname and scheme. If your app lives behind a reverse proxy or load balancer and you get confusing
bottlepy/bottle.py:1421
Methodurl_args
The arguments extracted from the URL.
bottlepy/bottle.py:1183
Methodurlparts
The :attr:`url` string as an :class:`urlparse.SplitResult` tuple. The tuple contains (scheme, host, path, query_string and fragment),
bottlepy/bottle.py:1429
Functionwrapper
(*a, **ka)
bottlepy/bottle.py:3143
Methodwrapper
(*a, **ka)
bottlepy/bottle.py:1996
← previous301–351 of 351, ranked by callers