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
do_load_config
(self)
tests/test_reload.py:12
Method
env
(self)
gunicorn/config.py:182
Function
error_factory
()
tests/support.py:34
Function
fin
()
tests/test_config.py:274
Method
finalize_options
(self)
setup.py:58
Method
finish_request
(self, fs)
gunicorn/workers/gthread.py:231
Function
format_settings
(app)
docs/gunicorn_ext.py:36
Method
get
(self)
examples/frameworks/tornadoapp.py:22
Function
get_arity
(f)
gunicorn/util.py:113
Method
get_environ
(self)
gunicorn/workers/ggevent.py:175
Method
get_funs
(p)
tests/treq.py:216
Function
getcwd
()
gunicorn/util.py:434
Method
gid
(self)
gunicorn/config.py:136
Function
goodbye_world
(request)
examples/frameworks/pyramidapp.py:7
Function
handle
This is the websocket handler function. Note that we can dispatch based on path in here, too.
examples/websocket/gevent_websocket.py:422
Function
handle
This is the websocket handler function. Note that we can dispatch based on path in here, too.
examples/websocket/websocket.py:422
Method
handle
(self, listener, client, addr)
gunicorn/workers/geventlet.py:145
Method
handle
(self, conn)
gunicorn/workers/gthread.py:262
Method
handle
(self, listener, client, addr)
gunicorn/workers/ggevent.py:119
Method
handle
(self, listener, client, addr)
gunicorn/workers/base_async.py:33
Method
handle_abort
(self, sig, frame)
gunicorn/workers/base.py:200
Method
handle_chld
SIGCHLD handling
gunicorn/arbiter.py:240
Method
handle_exit
(self, sig, frame)
gunicorn/workers/base.py:190
Method
handle_exit
(self, sig, frame)
gunicorn/workers/gtornado.py:45
Method
handle_hup
\ HUP handling. - Reload configuration - Start the new worker processes with a new configuration - Gracefully shutdown
gunicorn/arbiter.py:245
Method
handle_int
SIGINT handling
gunicorn/arbiter.py:259
Method
handle_quit
SIGQUIT handling
gunicorn/arbiter.py:264
Method
handle_quit
(self, sig, frame)
gunicorn/workers/geventlet.py:136
Method
handle_quit
(self, sig, frame)
gunicorn/workers/base.py:193
Method
handle_quit
(self, sig, frame)
gunicorn/workers/gthread.py:98
Method
handle_quit
(self, sig, frame)
gunicorn/workers/ggevent.py:133
Method
handle_request
(self, listener_name, req, sock, addr)
gunicorn/workers/ggevent.py:125
Method
handle_term
SIGTERM handling
gunicorn/arbiter.py:255
Method
handle_ttin
\ SIGTTIN handling. Increases the number of workers by one.
gunicorn/arbiter.py:269
Method
handle_ttou
\ SIGTTOU handling. Decreases the number of workers by one.
gunicorn/arbiter.py:277
Method
handle_usr1
\ SIGUSR1 handling. Kill all workers by sending them a SIGUSR1
gunicorn/arbiter.py:287
Method
handle_usr1
(self, sig, frame)
gunicorn/workers/geventlet.py:139
Method
handle_usr1
(self, sig, frame)
gunicorn/workers/base.py:187
Method
handle_usr1
(self, sig, frame)
gunicorn/workers/ggevent.py:138
Method
handle_usr2
\ SIGUSR2 handling. Creates a new arbiter/worker set as a fork of the current arbiter without affecting old workers. Use this
gunicorn/arbiter.py:295
Method
handle_winch
SIGWINCH handling
gunicorn/arbiter.py:304
Method
handle_winch
(self, sig, fname)
gunicorn/workers/base.py:271
Function
handler_app
(environ, start_response)
examples/standalone_app.py:20
Function
has_fileno
(obj)
gunicorn/util.py:568
Method
heartbeat
(self)
gunicorn/workers/gtornado.py:63
Function
hello
(environ, start_response)
examples/multidomainapp.py:25
Function
hello
()
examples/frameworks/flaskapp.py:10
Function
hello
()
examples/frameworks/flaskapp_aiohttp_wsgi.py:14
Function
hello_world
(request)
examples/frameworks/pyramidapp.py:4
Function
home
(request)
examples/frameworks/django/testing/testing/apps/someapp/views.py:16
Function
http_date
Return the current date and time formatted for a message header.
gunicorn/util.py:448
Function
import_app
(module)
gunicorn/util.py:351
Function
index
()
examples/frameworks/flask_sendfile.py:8
Method
index
(self)
examples/frameworks/cherryapp.py:6
Method
init
(self, parser, opts, args)
gunicorn/app/wsgiapp.py:14
Method
init
No-op
tests/test_arbiter.py:19
Method
init_process
(self)
gunicorn/workers/geventlet.py:132
Method
init_process
(self)
gunicorn/workers/gthread.py:88
Method
init_process
(self)
gunicorn/workers/ggevent.py:143
Method
init_process
(self)
gunicorn/workers/gtornado.py:81
Method
initialize_options
(self)
setup.py:54
Method
is_already_handled
(self, respiter)
gunicorn/workers/geventlet.py:127
Function
is_hoppish
(header)
gunicorn/util.py:456
Function
is_ipv6
(addr)
gunicorn/util.py:205
Method
is_ssl
(self)
gunicorn/config.py:170
Function
issue_role
(typ, rawtext, text, lineno, inliner, options={}, content=[])
docs/gunicorn_ext.py:83
Method
len
(self)
tests/t.py:49
Function
listen_fds
Get the number of sockets inherited from systemd socket activation. :param unset_environment: clear systemd environment variables unless Fal
gunicorn/systemd.py:12
Function
load
(arg)
examples/alt_spec.py:14
Method
load
(self)
gunicorn/app/pasterapp.py:72
Method
load
(self)
gunicorn/app/wsgiapp.py:54
Method
load
(self)
tests/test_config.py:54
Method
load
(self)
tests/test_config.py:62
Method
load
No-op
tests/test_arbiter.py:22
Method
load
(self)
examples/standalone_app.py:46
Function
load_class
(uri, default="gunicorn.workers.sync.SyncWorker", section="gunicorn.workers")
gunicorn/util.py:57
Method
load_config
(self)
gunicorn/app/base.py:155
Method
load_config
(self)
gunicorn/app/pasterapp.py:55
Method
load_config
(self)
gunicorn/app/wsgiapp.py:38
Method
load_config
No-op
tests/test_arbiter.py:25
Method
load_config
Set the 'preload_app' and 'raw_env' settings in order to verify their interaction below.
tests/test_arbiter.py:158
Method
load_config
(self)
examples/standalone_app.py:40
Function
load_py
(fname)
tests/treq.py:32
Method
log
(self, lvl, msg, *args, **kwargs)
gunicorn/glogging.py:272
Method
log_request
(self)
gunicorn/workers/ggevent.py:163
Function
make_fail_app
(msg)
gunicorn/util.py:594
Method
match_iter
\ This skips sizes because there's its not part of the iter api.
tests/treq.py:193
Method
match_read
(self, req, body, sizes)
tests/treq.py:131
Method
match_readline
(self, req, body, sizes)
tests/treq.py:153
Method
match_readlines
\ This skips the sizes checks as we don't implement it.
tests/treq.py:175
Method
notify
(self)
gunicorn/workers/workertmp.py:44
Function
nworkers_changed_3
(server, new_value, old_value)
tests/test_config.py:314
Method
on_close
(instance, server_conn)
gunicorn/workers/gtornado.py:135
Method
parse
(self, unreader)
gunicorn/http/message.py:190
Function
parse_address
(netloc, default_port='8000')
gunicorn/util.py:215
Method
paste_global_conf
(self)
gunicorn/config.py:216
Function
paster_ini
()
tests/test_config.py:31
Function
post_fork
(server, worker)
examples/example_config.py:186
Function
post_request_2
(worker, req)
tests/test_config.py:298
Function
post_request_3
(worker, req, environ)
tests/test_config.py:295
← previous
next →
401–500 of 698, ranked by callers