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
Function
post_request_4
(worker, req, environ, resp)
tests/test_config.py:292
Function
pre_exec
(server)
examples/example_config.py:192
Function
pre_fork
(server, worker)
examples/example_config.py:189
Method
proc_name
(self)
gunicorn/config.py:140
Method
process_request
(self, request)
examples/frameworks/django/testing/testing/apps/someapp/middleware.py:18
Method
process_response
(self, request, response)
examples/frameworks/django/testing/testing/apps/someapp/middleware.py:21
Function
pull_request_role
(typ, rawtext, text, lineno, inliner, options={}, content=[])
docs/gunicorn_ext.py:90
Method
read
(self, size)
gunicorn/http/body.py:19
Method
recv_into
(self, buf, length)
tests/t.py:55
Method
reload
(self)
gunicorn/app/base.py:60
Function
requires_mac_ver
Decorator raising SkipTest if the OS is Mac OS X and the OS X version if less than min_version. For example, @requires_mac_ver(10, 5) raises
tests/support.py:38
Function
reraise
(tp, value, tb=None)
gunicorn/util.py:620
Method
reuse_connection
(self, conn, client)
gunicorn/workers/gthread.py:130
Method
reuse_port
(self)
gunicorn/config.py:212
Method
run
(self)
gunicorn/reloader.py:39
Method
run
(self)
gunicorn/reloader.py:103
Method
run
Main master loop.
gunicorn/arbiter.py:196
Method
run
(self)
gunicorn/app/base.py:70
Method
run
(self)
gunicorn/workers/geventlet.py:152
Method
run
(self)
gunicorn/workers/sync.py:112
Method
run
(self)
gunicorn/workers/gthread.py:183
Method
run
(self)
gunicorn/workers/ggevent.py:56
Method
run
(self)
gunicorn/workers/gtornado.py:89
Method
run
(self)
tests/test_reload.py:26
Method
run
()
tests/t.py:30
Method
run_tests
(self)
setup.py:65
Function
sd_notify
Send a notification to systemd. state is a string; see the man page of sd_notify (http://www.freedesktop.org/software/systemd/man/sd_notify.html)
gunicorn/systemd.py:49
Function
seed
()
gunicorn/util.py:543
Method
send
(self, msg)
tests/test_statsd.py:24
Method
send
()
examples/frameworks/tornadoapp.py:25
Method
send_all
(self)
tests/treq.py:61
Method
send_bytes
(self)
tests/treq.py:74
Method
send_lines
(self)
tests/treq.py:64
Method
send_random
(self)
tests/treq.py:78
Method
send_special_chunks
Meant to test the request line length check. Sends the request data in two chunks, one having a length of 1 byte, which ensures that
tests/treq.py:86
Method
sendfile
(self)
gunicorn/config.py:201
Function
serve
\ A Paste Deployment server runner. Example configuration: [server:main] use = egg:gunicorn#main host = 127.0.0.1
gunicorn/app/pasterapp.py:33
Method
set_body_reader
(self)
gunicorn/http/message.py:353
Function
set_non_blocking
(fd)
gunicorn/util.py:252
Method
set_options
(self, sock, bound=False)
gunicorn/sock.py:87
Function
set_owner_process
set user and group of workers processes
gunicorn/util.py:129
Method
setup
(cls)
gunicorn/workers/gtornado.py:34
Method
should_close
(self)
gunicorn/http/message.py:152
Method
size_all
(self)
tests/treq.py:108
Method
size_bytes
(self)
tests/treq.py:111
Method
size_random
(self)
tests/treq.py:117
Method
size_small_random
(self)
tests/treq.py:114
Function
spew
Install a trace hook which writes incredibly detailed logs about what code is being executed to stdout.
gunicorn/debug.py:59
Method
ssl_options
(self)
gunicorn/config.py:174
Function
test_always_use_configured_logger
()
tests/test_config.py:333
Function
test_app_config
()
tests/test_config.py:222
Function
test_arbiter_calls_worker_exit
(mock_os_fork)
tests/test_arbiter.py:124
Function
test_arbiter_reap_workers
(mock_os_waitpid)
tests/test_arbiter.py:140
Function
test_arbiter_reexec_limit_child
(fork)
tests/test_arbiter.py:116
Function
test_arbiter_reexec_limit_parent
(fork)
tests/test_arbiter.py:108
Function
test_arbiter_reexec_passing_gunicorn_sockets
(execvpe, fork, getpid)
tests/test_arbiter.py:92
Function
test_arbiter_reexec_passing_systemd_sockets
(execvpe, fork, getpid)
tests/test_arbiter.py:76
Function
test_arbiter_stop_child_does_not_unlink_listeners
(close_sockets)
tests/test_arbiter.py:41
Function
test_arbiter_stop_closes_listeners
(close_sockets)
tests/test_arbiter.py:30
Function
test_arbiter_stop_does_not_unlink_systemd_listeners
(close_sockets)
tests/test_arbiter.py:57
Function
test_arbiter_stop_does_not_unlink_when_using_reuse_port
(close_sockets)
tests/test_arbiter.py:65
Function
test_arbiter_stop_parent_does_not_unlink_listeners
(close_sockets)
tests/test_arbiter.py:49
Function
test_atoms_defaults
()
tests/test_logger.py:10
Function
test_atoms_zero_bytes
()
tests/test_logger.py:35
Method
test_basic_addition
Tests that 1 + 1 always equals 2.
examples/frameworks/django/testing/testing/apps/someapp/tests.py:11
Function
test_bind_fd
()
tests/test_config.py:475
Function
test_bool_validation
()
tests/test_config.py:114
Function
test_cacerts
()
tests/test_ssl.py:43
Function
test_callable_validation
()
tests/test_config.py:162
Function
test_callable_validation_for_string
()
tests/test_config.py:183
Function
test_certfile
()
tests/test_ssl.py:27
Function
test_ciphers
()
tests/test_ssl.py:70
Function
test_cli_overrides_config
()
tests/test_config.py:253
Function
test_cli_overrides_config_module
()
tests/test_config.py:260
Function
test_cli_overrides_enviroment_variables_module
(monkeypatch)
tests/test_config.py:368
Function
test_cmd_line
()
tests/test_config.py:202
Function
test_cmd_line_invalid_setting
(capsys)
tests/test_config.py:214
Function
test_config_file_environment_variable
(monkeypatch)
tests/test_config.py:348
Function
test_create_sockets_unix_bytes
(stat)
tests/test_sock.py:12
Function
test_create_sockets_unix_strings
(stat)
tests/test_sock.py:23
Function
test_default_config_file
(create_config_file)
tests/test_config.py:281
Function
test_defaults
()
tests/test_config.py:66
Function
test_do_handshake_on_connect
()
tests/test_ssl.py:61
Function
test_dogstatsd_tags
()
tests/test_statsd.py:62
Function
test_env_vars_available_during_preload
Ensure that configured environmental variables are set during the initial set up of the application (called from the .setup() method of the Ar
tests/test_arbiter.py:180
Function
test_eof_reader_read
()
tests/test_http.py:209
Function
test_eof_reader_read_invalid_size
()
tests/test_http.py:222
Function
test_get_username_from_basic_auth_header
(auth)
tests/test_logger.py:58
Function
test_get_username_handles_malformed_basic_auth_header
Should catch a malformed auth header
tests/test_logger.py:75
Function
test_http_date
()
tests/test_util.py:44
Function
test_http_header_encoding
tests whether http response headers are USASCII encoded
tests/test_http.py:71
Function
test_http_invalid_response_header
tests whether http response headers are contains control chars
tests/test_http.py:99
Function
test_http_parser
(fname)
tests/test_valid_requests.py:19
Function
test_http_parser
(fname)
tests/test_invalid_requests.py:19
Function
test_import
()
tests/workers/test_ggevent.py:6
Function
test_import
()
tests/workers/test_geventlet.py:6
Function
test_import_app_bad
(value, exc_type, msg)
tests/test_util.py:93
Function
test_import_app_good
(value)
tests/test_util.py:74
Function
test_import_app_py_ext
(monkeypatch)
tests/test_util.py:100
Function
test_instrument
()
tests/test_statsd.py:73
← previous
next →
501–600 of 698, ranked by callers