Skip to content

Commit 9c08998

Browse files
committed
Http -> http
1 parent 5013f8b commit 9c08998

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

samples/golang-http-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Title: Go HTTP Form
2929

3030
Short Description: A simple Go application that demonstrates form submission using the net/http library
3131

32-
Tags: Go, Http, Form
32+
Tags: Go, http, Form
3333

3434
Languages: golang

samples/golang-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Title: Go HTTP Server
88

99
Short Description: A simple Go application that echoes back the request.
1010

11-
Tags: Go, Http
11+
Tags: Go, http
1212

1313
Languages: golang

samples/golang-rest-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Title: Go & REST API
88

99
Short Description: A simple Go application that fetches fiscal data from an API
1010

11-
Tags: Go, Http, Fiscal data, REST API
11+
Tags: Go, http, Fiscal data, REST API
1212

1313
Languages: golang

samples/nodejs-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Title: Node.js & Express
2424

2525
Short Description: A Node.js application that inspects and displays detailed information about incoming HTTP requests
2626

27-
Tags: Node.js, Express, Http, Request, Inspector
27+
Tags: Node.js, Express, http, Request, Inspector
2828

2929
Languages: Node.js

samples/nodejs-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Title: Node.js Express Form
2424

2525
Short Description: A Node.js application that handles form submissions using the Express framework
2626

27-
Tags: Node.js, Express, Form, Http
27+
Tags: Node.js, Express, Form, http
2828

2929
Languages: Node.js

samples/nodejs-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Title: Node.js HTTP Server
2020

2121
Short Description: A simple Node.js application that creates an HTTP server
2222

23-
Tags: Node.js, Http, Server
23+
Tags: Node.js, http, Server
2424

2525
Languages: Node.js

samples/python-minimal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Title: Flask
2929

3030
Short Description: A Flask application that inspects and returns detailed information about HTTP requests
3131

32-
Tags: Flask, Http
32+
Tags: Flask, http
3333

3434
Languages: python

0 commit comments

Comments
 (0)