feat(http-requests): add support for methods, body and headers for http

This commit is contained in:
Bert Verhelst
2021-10-02 16:48:27 +02:00
parent c93f42794f
commit 3f0b85e5a8
8 changed files with 144 additions and 7 deletions

View File

@@ -14,6 +14,10 @@ h2 {
font-size: 26px;
}
textarea.form-control {
border-radius: 19px;
}
::-webkit-scrollbar {
width: 10px;
}
@@ -413,4 +417,4 @@ h2 {
// Localization
@import "localization.scss";
@import "localization.scss";