1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-01 12:30:57 +02:00

Continuing transition to hugo

This commit is contained in:
Andrew Davis
2019-07-13 08:48:55 -05:00
parent e09557cf2c
commit 2ae912aada
36 changed files with 224 additions and 401 deletions

View File

@@ -1,3 +1,11 @@
+++
title = "HTTP Post"
description = "Sending data to a server"
tags = ["web", "http", "post"]
slug = "http-post"
previous = "web/http.html"
next = "web/http-server.html"
+++
HTTP uses multiple different request types for indicating actions that should be performed on the server. The most common ones
you will use are:
- GET -> Retrieve a resource