MCPcopy Create free account

hub / github.com/benoitc/gunicorn / functions

Functions698 in github.com/benoitc/gunicorn

Method__init__
(self, status, headers, clength)
gunicorn/workers/ggevent.py:155
Method__init__
(self, *args, **kwargs)
gunicorn/workers/base_async.py:22
Method__init__
(self)
tests/test_reload.py:9
Method__init__
(self, failp)
tests/test_statsd.py:20
Method__init__
(self)
tests/test_config.py:48
Method__init__
(self)
tests/test_config.py:59
Method__init__
(self, fname, expect)
tests/treq.py:43
Method__init__
(self, fname)
tests/treq.py:266
Method__init__
(self, name)
tests/t.py:26
Method__init__
(self, data)
tests/t.py:39
Method__init__
(self, server, max_mem)
examples/when_ready.conf.py:10
Method__init__
(self)
examples/multiapp.py:29
Method__init__
(self, mapping)
examples/multidomainapp.py:11
Method__init__
(self, app, options=None)
examples/standalone_app.py:35
Method__init__
(self)
examples/frameworks/django/testing/testing/apps/someapp/middleware.py:12
Method__init__
(self, handler)
examples/websocket/gevent_websocket.py:21
Method__init__
:param socket: The eventlet socket :type socket: :class:`eventlet.greenio.GreenSocket` :param environ: The wsgi environment
examples/websocket/gevent_websocket.py:140
Method__init__
(self, handler)
examples/websocket/websocket.py:22
Method__init__
:param socket: The eventlet socket :type socket: :class:`eventlet.greenio.GreenSocket` :param environ: The wsgi environment
examples/websocket/websocket.py:141
Method__iter__
(self)
gunicorn/http/body.py:182
Method__iter__
(self)
gunicorn/http/parser.py:26
Method__iter__
(self)
examples/longpoll.py:12
Method__lt__
(self, other)
gunicorn/config.py:316
Method__new__
(cls, name, bases, attrs)
gunicorn/config.py:236
Method__next__
(self)
gunicorn/http/body.py:185
Method__next__
(self)
gunicorn/http/parser.py:29
Method__repr__
(self)
gunicorn/config.py:321
Method__setattr__
(self, name, value)
gunicorn/config.py:69
Method__str__
(self)
gunicorn/config.py:54
Method__str__
(self)
gunicorn/errors.py:20
Method__str__
(self)
gunicorn/sock.py:33
Method__str__
(self)
gunicorn/sock.py:78
Method__str__
(self)
gunicorn/sock.py:96
Method__str__
(self)
gunicorn/sock.py:119
Method__str__
(self)
gunicorn/http/errors.py:21
Method__str__
(self)
gunicorn/http/errors.py:30
Method__str__
(self)
gunicorn/http/errors.py:38
Method__str__
(self)
gunicorn/http/errors.py:46
Method__str__
(self)
gunicorn/http/errors.py:55
Method__str__
(self)
gunicorn/http/errors.py:63
Method__str__
(self)
gunicorn/http/errors.py:71
Method__str__
(self)
gunicorn/http/errors.py:79
Method__str__
(self)
gunicorn/http/errors.py:88
Method__str__
(self)
gunicorn/http/errors.py:96
Method__str__
(self)
gunicorn/http/errors.py:105
Method__str__
(self)
gunicorn/http/errors.py:114
Method__str__
(self)
gunicorn/http/errors.py:119
Method__str__
(self)
gunicorn/workers/base.py:66
Function_eventlet_serve
Serve requests forever. This code is nearly identical to ``eventlet.convenience.serve`` except that it attempts to join the pool at the
gunicorn/workers/geventlet.py:65
Function_eventlet_socket_sendfile
(self, file, offset=0, count=None)
gunicorn/workers/geventlet.py:26
Function_eventlet_stop
Stop a greenlet handling a request and close its connection. This code is lifted from eventlet so as not to depend on undocumented funct
gunicorn/workers/geventlet.py:88
Method_get_key_value
(self, key_value)
examples/websocket/gevent_websocket.py:27
Method_get_key_value
(self, key_value)
examples/websocket/websocket.py:28
Method_get_num_workers
(self)
gunicorn/arbiter.py:79
Method_set_num_workers
(self, value)
gunicorn/arbiter.py:82
Function_setproctitle
(title)
gunicorn/util.py:50
Function_validate_callable
(val)
gunicorn/config.py:437
Methodaccept
(self, server, listener)
gunicorn/workers/gthread.py:117
Methodaccess
See http://httpd.apache.org/docs/2.0/logs.html#combined for format details
gunicorn/glogging.py:331
Functionacsv
(request)
examples/frameworks/django/testing/testing/apps/someapp/views.py:51
Methodaddress
(self)
gunicorn/config.py:127
Functionalt_cfg_module
()
tests/test_config.py:23
Functionapp
Simplest possible application object
tests/support.py:15
Functionapp
(environ, start_response)
examples/log_app.py:10
Functionapp
Simplest possible application object
examples/test.py:14
Functionapp
Application which cooperatively pauses 10 seconds before responding
examples/slowclient.py:10
Functionapp
Simplest possible application object
examples/echo.py:11
Functionapp
Simplest possible application object
examples/sendfile.py:13
Functionapp
Simplest possible application object
examples/readline_app.py:23
Functionapp
Application which pauses 35 seconds before responding. the worker will timeout in default case.
examples/timeout.py:10
Functionapp
(environ, start_response)
examples/boot_fail.py:4
Functionapp
(environ, start_response)
examples/alt_spec.py:15
Functionapp
Application which cooperatively pauses 20 seconds (needed to surpass normal timeouts) before responding
examples/longpoll.py:18
Functionapp
Simplest possible application object
examples/deep/test.py:14
Functionapp
This resolves to the web page or the websocket depending on the path.
examples/websocket/gevent_websocket.py:438
Functionapp
This resolves to the web page or the websocket depending on the path.
examples/websocket/websocket.py:438
Functionapp_factory
(global_options, **local_options)
examples/log_app.py:7
Functionauto_int
(_, x)
gunicorn/config.py:39
Methodbind
(self, sock)
gunicorn/sock.py:122
Functionbuiltin
(name)
tests/test_pidfile.py:12
Functionbye
(environ, start_response)
examples/multidomainapp.py:29
Functioncfg_file_with_wsgi_app
()
tests/test_config.py:29
Methodchanged
(fname)
gunicorn/workers/base.py:122
Methodcheck
(self, cfg)
tests/treq.py:284
Functioncheck_is_writeable
(path)
gunicorn/util.py:550
Functionchild_process
(queue)
examples/frameworks/django/testing/testing/apps/someapp/middleware.py:5
Functionchown
(path, uid, gid)
gunicorn/util.py:152
Methodclear
(self)
gunicorn/workers/gtornado.py:38
Functionclose
(sock)
gunicorn/util.py:257
Methodclose
(self)
gunicorn/http/wsgi.py:389
Methodclose
Forcibly close the websocket; generally it is preferable to return from the handler method.
examples/websocket/gevent_websocket.py:411
Methodclose
Forcibly close the websocket; generally it is preferable to return from the handler method.
examples/websocket/websocket.py:412
Functionclose_on_exec
(fd)
gunicorn/util.py:246
Functionclose_sockets
(listeners, unlink=True)
gunicorn/sock.py:207
Functioncreate
(req, sock, client, server, cfg)
gunicorn/http/wsgi.py:109
Functioncreate_config_file
(request)
tests/test_config.py:268
Functioncreate_sockets
Create a new socket for the configured addresses or file descriptors. If a configured address is a tuple then a TCP socket is created. I
gunicorn/sock.py:142
Functiondaemonize
\ Standard daemonization of a process. http://www.svbug.com/documentation/comp.unix.programmer-FAQ/faq_2.html#SEC16
gunicorn/util.py:460
Functiondecorator
(func)
tests/support.py:45
Methoddecrement
(self, name, value, sampling_rate=1.0)
gunicorn/instrument/statsd.py:112
← previousnext →301–400 of 698, ranked by callers