Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benoitc/gunicorn
/ functions
Functions
698 in github.com/benoitc/gunicorn
⨍
Functions
698
◇
Types & classes
183
↳
Endpoints
26
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
Method
accept
(self, server, listener)
gunicorn/workers/gthread.py:117
Method
access
See http://httpd.apache.org/docs/2.0/logs.html#combined for format details
gunicorn/glogging.py:331
Function
acsv
(request)
examples/frameworks/django/testing/testing/apps/someapp/views.py:51
Method
address
(self)
gunicorn/config.py:127
Function
alt_cfg_module
()
tests/test_config.py:23
Function
app
Simplest possible application object
tests/support.py:15
Function
app
(environ, start_response)
examples/log_app.py:10
Function
app
Simplest possible application object
examples/test.py:14
Function
app
Application which cooperatively pauses 10 seconds before responding
examples/slowclient.py:10
Function
app
Simplest possible application object
examples/echo.py:11
Function
app
Simplest possible application object
examples/sendfile.py:13
Function
app
Simplest possible application object
examples/readline_app.py:23
Function
app
Application which pauses 35 seconds before responding. the worker will timeout in default case.
examples/timeout.py:10
Function
app
(environ, start_response)
examples/boot_fail.py:4
Function
app
(environ, start_response)
examples/alt_spec.py:15
Function
app
Application which cooperatively pauses 20 seconds (needed to surpass normal timeouts) before responding
examples/longpoll.py:18
Function
app
Simplest possible application object
examples/deep/test.py:14
Function
app
This resolves to the web page or the websocket depending on the path.
examples/websocket/gevent_websocket.py:438
Function
app
This resolves to the web page or the websocket depending on the path.
examples/websocket/websocket.py:438
Function
app_factory
(global_options, **local_options)
examples/log_app.py:7
Function
auto_int
(_, x)
gunicorn/config.py:39
Method
bind
(self, sock)
gunicorn/sock.py:122
Function
builtin
(name)
tests/test_pidfile.py:12
Function
bye
(environ, start_response)
examples/multidomainapp.py:29
Function
cfg_file_with_wsgi_app
()
tests/test_config.py:29
Method
changed
(fname)
gunicorn/workers/base.py:122
Method
check
(self, cfg)
tests/treq.py:284
Function
check_is_writeable
(path)
gunicorn/util.py:550
Function
child_process
(queue)
examples/frameworks/django/testing/testing/apps/someapp/middleware.py:5
Function
chown
(path, uid, gid)
gunicorn/util.py:152
Method
clear
(self)
gunicorn/workers/gtornado.py:38
Function
close
(sock)
gunicorn/util.py:257
Method
close
(self)
gunicorn/http/wsgi.py:389
Method
close
Forcibly close the websocket; generally it is preferable to return from the handler method.
examples/websocket/gevent_websocket.py:411
Method
close
Forcibly close the websocket; generally it is preferable to return from the handler method.
examples/websocket/websocket.py:412
Function
close_on_exec
(fd)
gunicorn/util.py:246
Function
close_sockets
(listeners, unlink=True)
gunicorn/sock.py:207
Function
create
(req, sock, client, server, cfg)
gunicorn/http/wsgi.py:109
Function
create_config_file
(request)
tests/test_config.py:268
Function
create_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
Function
daemonize
\ Standard daemonization of a process. http://www.svbug.com/documentation/comp.unix.programmer-FAQ/faq_2.html#SEC16
gunicorn/util.py:460
Function
decorator
(func)
tests/support.py:45
Method
decrement
(self, name, value, sampling_rate=1.0)
gunicorn/instrument/statsd.py:112
← previous
next →
301–400 of 698, ranked by callers