Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/locustio/locust
/ noinfo
Method
noinfo
examples/web_ui_cache_stats.py:28–30 ·
view source on GitHub ↗
No X-Cache header (noinfo counter)
(l)
Source
from the content-addressed store, hash-verified
26
27
@task(1)
28
def
noinfo(l):
29
""
"No X-Cache header (noinfo counter)"
""
30
l.client.get(
"/"
)
31
32
33
class
WebsiteUser(HttpUser):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected