Baselight

HTTP Header Fields Dataset

How information is encoded and sent/received on the internet

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset

Loading...
Loading...

About this Dataset

HTTP Header Fields Dataset

HTTP Header Fields: A Comprehensive Dataset

How information is encoded and sent/received on the internet


About this dataset

The HTTP header fields dataset is a list of over 100 different strings that are sent and received by both the client program and server on every HTTP request and response. These headers are usually invisible to the end-user and are only processed or logged by the server and client applications.

How to use the dataset

Research Ideas

  • Determine the most common headers that are sent and received by both the client program and server.
  • Determine the most efficient way to encode information on the internet.
  • Determine which headers are necessary for different types of internet applications

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: df_1.csv

Column name Description
HTTP The HTTP header fields dataset is a list of over 100 different strings that are sent and received by both the client program and server on every HTTP request and response. These headers are usually invisible to the end-user and are only processed or logged by the server and client applications. (String)

File: df_4.csv

Column name Description
Field name The name of the HTTP header field. (String)
Description A short description of the header field. (String)
Example An example of the header field. (String)
Status The status of the header field. (String)
Standard The standard to which the header field belongs. (String)

File: df_3.csv

Column name Description
Field name The name of the HTTP header field. (String)
Description A short description of the header field. (String)
Example An example of the header field. (String)

File: df_2.csv

Column name Description
Description A short description of the header field. (String)
Example An example of the header field. (String)
Status The status of the header field. (String)
Standard The standard to which the header field belongs. (String)
Name The name of the header field. (String)

File: df_5.csv

Column name Description
Field name The name of the HTTP header field. (String)
Description A short description of the header field. (String)
Example An example of the header field. (String)

Tables

Df 1

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset.df_1
  • 5.42 KB
  • 12 rows
  • 2 columns
Loading...

CREATE TABLE df_1 (
  "unnamed_0" BIGINT,
  "http" VARCHAR
);

Df 2

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset.df_2
  • 15.56 KB
  • 40 rows
  • 6 columns
Loading...

CREATE TABLE df_2 (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "description" VARCHAR,
  "example" VARCHAR,
  "status" VARCHAR,
  "standard" VARCHAR
);

Df 3

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset.df_3
  • 7.77 KB
  • 15 rows
  • 4 columns
Loading...

CREATE TABLE df_3 (
  "unnamed_0" BIGINT,
  "field_name" VARCHAR,
  "description" VARCHAR,
  "example" VARCHAR
);

Df 4

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset.df_4
  • 10.44 KB
  • 43 rows
  • 6 columns
Loading...

CREATE TABLE df_4 (
  "unnamed_0" BIGINT,
  "field_name" VARCHAR,
  "description" VARCHAR,
  "example" VARCHAR,
  "status" VARCHAR,
  "standard" VARCHAR
);

Df 5

@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset.df_5
  • 6.85 KB
  • 15 rows
  • 4 columns
Loading...

CREATE TABLE df_5 (
  "unnamed_0" BIGINT,
  "field_name" VARCHAR,
  "description" VARCHAR,
  "example" VARCHAR
);

Share link

Anyone who has the link will be able to view this.