fix(docs): Add empty line after HTTP request headers (#40654)

This commit is contained in:
Mathieu HAAGE
2021-01-16 20:58:21 +01:00
committed by GitHub
parent a5840f57a4
commit 1f62718f52

View File

@ -18,6 +18,7 @@ From: john@example.com
User-Agent: someBrowser/1.0 User-Agent: someBrowser/1.0
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
Content-Length: 20 Content-Length: 20
name=John+Doe&age=25 name=John+Doe&age=25
``` ```