requests

9 rows where content_type = 4 sorted by start

View and edit SQL

Suggested facets: path, user_agent, accept_language, body_size

content_type

  • application/javascript · 9
Link rowid start ▼ method path query_string user_agent referer accept_language http_status content_type client_ip duration body_size
12 1576529194.1828532 GET /-/static/sql-formatter-2.3.3.min.js 6   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.018871784210205078 41376
14 1576529194.184918 GET /-/static/codemirror-5.31.0.js 8   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.038064002990722656 372736
13 1576529194.185963 GET /-/static/codemirror-5.31.0-sql.min.js 7   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.019822120666503906 35366
18 1576529196.940507 GET /-/static/sql-formatter-2.3.3.min.js 6   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.012051105499267578 41376
20 1576529196.940885 GET /-/static/codemirror-5.31.0.js 8   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.02748394012451172 372736
19 1576529196.9416058 GET /-/static/codemirror-5.31.0-sql.min.js 7   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 application/javascript 4 127.0.0.1 0.013259172439575195 35366
66 1576529554.19694 GET /-/static/sql-formatter-2.3.3.min.js 6   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3   en-us 3 200 application/javascript 4 127.0.0.1 0.0075740814208984375 41376
69 1576529554.201552 GET /-/static/codemirror-5.31.0.js 8   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3   en-us 3 200 application/javascript 4 127.0.0.1 0.022229909896850586 372736
68 1576529554.2018719 GET /-/static/codemirror-5.31.0-sql.min.js 7   Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 3   en-us 3 200 application/javascript 4 127.0.0.1 0.010223150253295898 35366

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [requests] (
   [start] FLOAT,
   [method] TEXT,
   [path] INTEGER REFERENCES [paths]([id]),
   [query_string] INTEGER REFERENCES [query_strings]([id]),
   [user_agent] INTEGER REFERENCES [user_agents]([id]),
   [referer] INTEGER REFERENCES [referers]([id]),
   [accept_language] INTEGER REFERENCES [accept_languages]([id]),
   [http_status] INTEGER,
   [content_type] INTEGER REFERENCES [content_types]([id]),
   [client_ip] TEXT,
   [duration] FLOAT,
   [body_size] INTEGER
);
Powered by Datasette · Query took 25.663ms