HTTP Header Fields Dataset
How information is encoded and sent/received on the internet
@kaggle.thedevastator_http_header_fields_a_comprehensive_dataset
How information is encoded and sent/received on the internet
@kaggle.thedevastator_http_header_fields_a_comprehensive_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.
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.
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) |
CREATE TABLE df_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"http" VARCHAR
);CREATE TABLE df_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"description" VARCHAR,
"example" VARCHAR,
"status" VARCHAR,
"standard" VARCHAR
);CREATE TABLE df_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"field_name" VARCHAR,
"description" VARCHAR,
"example" VARCHAR
);CREATE TABLE df_4 (
"unnamed_0" BIGINT -- Unnamed: 0,
"field_name" VARCHAR,
"description" VARCHAR,
"example" VARCHAR,
"status" VARCHAR,
"standard" VARCHAR
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"field_name" VARCHAR,
"description" VARCHAR,
"example" VARCHAR
);Anyone who has the link will be able to view this.