Отправка HTTP-запросов ⚡️ Node.js с примерами кода #41
Replies: 3 comments
-
|
request устарел |
Beta Was this translation helpful? Give feedback.
-
|
Библиотеки для установки: npm init -y npm install express npm install pg npm install bcrypt npm install jsonwebtoken npm install path npm install dotenv Подключение базы: Для запуска: INSOMNIA: Запустите Insomnia и создайте новое рабочее пространство. Создайте новый запрос: Метод: POST URL: http://localhost:3000/rooms Тело запроса (JSON): "number": 105, "type": "Single", "price": 100 } |
Beta Was this translation helpful? Give feedback.
-
|
Прошу исправить "Метод get() принимает аргументами URL" -> Метод request() принимает аргументами URL |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Отправка HTTP-запросов ⚡️ Node.js с примерами кода
Справочник Node.js с примерами кода
https://nodejsdev.ru/guides/webdraftt/http-requests/
Beta Was this translation helpful? Give feedback.
All reactions