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
↓ 1 callers
Method
parse_chunked
(self, unreader)
gunicorn/http/body.py:57
↓ 1 callers
Method
parse_proxy_protocol
(self, line)
gunicorn/http/message.py:281
↓ 1 callers
Method
parse_request_line
(self, line_bytes)
gunicorn/http/message.py:326
↓ 1 callers
Function
parse_syslog_address
(addr)
gunicorn/glogging.py:120
↓ 1 callers
Method
parse_trailers
(self, unreader, data)
gunicorn/http/body.py:41
↓ 1 callers
Method
parser
(self)
gunicorn/config.py:84
↓ 1 callers
Method
patch
(self)
gunicorn/workers/geventlet.py:122
↓ 1 callers
Method
patch
(self)
gunicorn/workers/ggevent.py:37
↓ 1 callers
Function
patch_sendfile
()
gunicorn/workers/geventlet.py:106
↓ 1 callers
Method
post_fork
(server, worker)
gunicorn/config.py:1712
↓ 1 callers
Method
post_worker_init
(worker)
gunicorn/config.py:1729
↓ 1 callers
Method
pre_exec
(server)
gunicorn/config.py:1785
↓ 1 callers
Method
pre_fork
(server, worker)
gunicorn/config.py:1695
↓ 1 callers
Method
process_headers
(self, headers)
gunicorn/http/wsgi.py:247
↓ 1 callers
Function
proxy_environ
(req)
gunicorn/http/wsgi.py:94
↓ 1 callers
Method
proxy_protocol
\ Detect, check and parse proxy protocol. :raises: ForbiddenProxyRequest, InvalidProxyLine. :return: True for proxy protocol
gunicorn/http/message.py:253
↓ 1 callers
Method
proxy_protocol_access_check
(self)
gunicorn/http/message.py:274
↓ 1 callers
Method
read_line
(self, unreader, buf, limit=0)
gunicorn/http/message.py:235
↓ 1 callers
Function
redirect
(stream, fd_expect)
gunicorn/util.py:530
↓ 1 callers
Method
reload
(self)
gunicorn/arbiter.py:431
↓ 1 callers
Method
reset
(self)
tests/test_statsd.py:46
↓ 1 callers
Method
run
\ This is the mainloop of a worker process. You should override this method in a subclass to provide the intended behaviour fo
gunicorn/workers/base.py:77
↓ 1 callers
Method
run
(self)
examples/when_ready.conf.py:25
↓ 1 callers
Method
run_for_multiple
(self, timeout)
gunicorn/workers/sync.py:88
↓ 1 callers
Method
run_for_one
(self, timeout)
gunicorn/workers/sync.py:59
↓ 1 callers
Method
same
(self, req, sizer, matcher, exp)
tests/treq.py:253
↓ 1 callers
Method
send
(self)
tests/treq.py:276
↓ 1 callers
Method
send
Send a message to the browser. *message* should be convertible to a string; unicode objects should be encodable as utf-8. Raises soc
examples/websocket/gevent_websocket.py:351
↓ 1 callers
Method
send
Send a message to the browser. *message* should be convertible to a string; unicode objects should be encodable as utf-8. Raises soc
examples/websocket/websocket.py:352
↓ 1 callers
Method
sendfile
(self, respiter)
gunicorn/http/wsgi.py:351
↓ 1 callers
Method
set
(self, val)
gunicorn/config.py:311
↓ 1 callers
Method
set_options
(self, sock, bound=False)
gunicorn/sock.py:39
↓ 1 callers
Method
set_timeout
(self)
gunicorn/workers/gthread.py:58
↓ 1 callers
Function
setup
(app)
docs/gunicorn_ext.py:97
↓ 1 callers
Method
spawn_workers
\ Spawn new workers as needed. This is where a worker process leaves the main loop of the master process.
gunicorn/arbiter.py:613
↓ 1 callers
Method
start_response
(self, status, headers, exc_info=None)
gunicorn/http/wsgi.py:223
↓ 1 callers
Method
timeout_ctx
(self)
gunicorn/workers/base_async.py:26
↓ 1 callers
Function
to_bytestring
Converts a string argument to a byte string
gunicorn/util.py:558
↓ 1 callers
Function
validate_file_exists
(val)
gunicorn/config.py:396
↓ 1 callers
Function
validate_list_string
(val)
gunicorn/config.py:404
↓ 1 callers
Function
validate_pos_int
(val)
gunicorn/config.py:355
↓ 1 callers
Function
verify_env_vars
()
tests/test_arbiter.py:175
↓ 1 callers
Method
wait
Waits for and deserializes messages. Returns a single message; the oldest not yet processed. If the client has already closed the con
examples/websocket/gevent_websocket.py:370
↓ 1 callers
Method
wait
Waits for and deserializes messages. Returns a single message; the oldest not yet processed. If the client has already closed the con
examples/websocket/websocket.py:371
↓ 1 callers
Method
when_ready
(server)
gunicorn/config.py:1679
↓ 1 callers
Method
worker_abort
(worker)
gunicorn/config.py:1765
↓ 1 callers
Method
worker_class
(self)
gunicorn/config.py:113
↓ 1 callers
Function
write
(sock, data, chunked=False)
gunicorn/util.py:284
↓ 1 callers
Function
write_chunk
(sock, data)
gunicorn/util.py:276
↓ 1 callers
Function
write_nonblock
(sock, data, chunked=False)
gunicorn/util.py:290
Method
GET
(self)
examples/frameworks/webpyapp.py:13
Method
__call__
(self, frame, event, arg)
gunicorn/debug.py:25
Method
__call__
(self, func)
tests/t.py:29
Method
__call__
(self, environ, start_response)
examples/multiapp.py:34
Method
__call__
(self, environ, start_response)
examples/multidomainapp.py:14
Method
__call__
(self, environ, start_response)
examples/websocket/gevent_websocket.py:37
Method
__call__
(self, environ, start_response)
examples/websocket/websocket.py:38
Method
__enter__
(self)
tests/test_config.py:40
Method
__exit__
(self, exc_type, exc_inst, traceback)
tests/test_config.py:43
Method
__getattr__
(self, name)
gunicorn/config.py:64
Method
__getattr__
(self, name)
gunicorn/sock.py:36
Method
__getitem__
(self, k)
gunicorn/glogging.py:107
Method
__getitem__
(self, key)
gunicorn/http/wsgi.py:34
Method
__init__
(self, usage=None, prog=None)
gunicorn/config.py:48
Method
__init__
(self)
gunicorn/config.py:271
Method
__init__
(self, extra_files=None, callback=None)
gunicorn/reloader.py:75
Method
__init__
(self, reason, exit_status=1)
gunicorn/errors.py:16
Method
__init__
(self, atoms)
gunicorn/glogging.py:99
Method
__init__
(self, trace_names=None, show_values=True)
gunicorn/debug.py:21
Method
__init__
(self, app)
gunicorn/arbiter.py:51
Method
__init__
(self, addr, conf, log, fd=None)
gunicorn/sock.py:105
Method
__init__
(self, fname)
gunicorn/pidfile.py:18
Method
__init__
(self, buf=None)
gunicorn/http/errors.py:18
Method
__init__
(self, req)
gunicorn/http/errors.py:26
Method
__init__
(self, method)
gunicorn/http/errors.py:35
Method
__init__
(self, version)
gunicorn/http/errors.py:43
Method
__init__
(self, hdr, req=None)
gunicorn/http/errors.py:51
Method
__init__
(self, hdr)
gunicorn/http/errors.py:60
Method
__init__
(self, data)
gunicorn/http/errors.py:68
Method
__init__
(self, term)
gunicorn/http/errors.py:76
Method
__init__
(self, size, max_size)
gunicorn/http/errors.py:84
Method
__init__
(self, msg)
gunicorn/http/errors.py:93
Method
__init__
(self, line)
gunicorn/http/errors.py:101
Method
__init__
(self, host)
gunicorn/http/errors.py:110
Method
__init__
(self, req, unreader)
gunicorn/http/body.py:14
Method
__init__
(self, unreader, length)
gunicorn/http/body.py:110
Method
__init__
(self, unreader)
gunicorn/http/body.py:140
Method
__init__
(self, reader)
gunicorn/http/body.py:178
Method
__init__
(self, sock, max_chunk=8192)
gunicorn/http/unreader.py:58
Method
__init__
(self, iterable)
gunicorn/http/unreader.py:68
Method
__init__
(self, filelike, blksize=8192)
gunicorn/http/wsgi.py:28
Method
__init__
(self, cfg)
gunicorn/http/wsgi.py:43
Method
__init__
(self, req, sock, cfg)
gunicorn/http/wsgi.py:195
Method
__init__
(self, cfg, source, source_addr)
gunicorn/http/parser.py:14
Method
__init__
(self, cfg, unreader, peer_addr, req_number=1)
gunicorn/http/message.py:165
Method
__init__
host, port: statsD server
gunicorn/instrument/statsd.py:26
Method
__init__
(self, usage=None, prog=None)
gunicorn/app/base.py:22
Method
__init__
\ This is called pre-fork so it shouldn't do anything to the current process. If there's a need to make process wide changes y
gunicorn/workers/base.py:37
Method
__init__
(self, cfg)
gunicorn/workers/workertmp.py:18
Method
__init__
(self, *args, **kwargs)
gunicorn/workers/gthread.py:68
← previous
next →
201–300 of 698, ranked by callers