requests

1 row where referer = 3

View and edit SQL

referer

  • http://127.0.0.1:8855/demo/query_strings.csv?_size=max · 1

query_string

Link rowid start method path query_string user_agent referer accept_language http_status content_type client_ip duration body_size
63 1576529552.247155 GET /favicon.ico 3   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 http://127.0.0.1:8855/demo/query_strings.csv?_size=max 3 en-us 3 200 text/plain 3 127.0.0.1 0.00021505355834960938 0

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 32.511ms