МихаилллFeb. 18, 2020, 10:18 a.m.
Как в QtWebApp принять POST запрос
Добрый день.
Разбираюсь в библиотеке QtWebApp.
Так обрабатываю get запрос. Подскажите пожалуйста, как принять и обработать POST запрос?
И может быть Вы знаете, почему qDebug() ничего не выводит?
void RequestHandler::service(HttpRequest& request, HttpResponse& response) { QByteArray path=request.getPath(); //response.setHeader("Content-Type", "text/html; charset=ISO-8859-1"); response.setHeader("Content-Type", "application/json; charset=ISO-8859-1"); //обработчик запросов if (path.startsWith("/111")) { response.write("1 - 1 - 1",true); qDebug()<<11111; } else if (path.startsWith("/222")) { response.write("2 - 2 - 2",true); } else if (path.endsWith("/333")) { response.write("3 - 3 - 3",true); } else { response.write("0 - 0 - 0",true); } qDebug("Conroller: finished request"); // Clear the log buffer if (logger) { logger->clear(); } }
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.Do you like it? Share on social networks!
AD
- Akiv Doros
- Nov. 11, 2024, 2:58 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
m
- molni99
- Oct. 26, 2024, 1:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
m
- molni99
- Oct. 26, 2024, 1:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10
Last comments
Django - Tutorial 055. How to write auto populate field functionality Freckles because of several brand names retin a, atralin buy generic priligy
QML - Tutorial 035. Using enumerations in QML without C ++ priligy cvs 24 Together with antibiotics such as amphotericin B 10, griseofulvin 11 and streptomycin 12, chloramphenicol 9 is in the World Health Organisation s List of Essential Medici…
Qt/C++ - Lesson 052. Customization Qt Audio player in the style of AIMP It decreases stress, supports hormone balance, and regulates and increases blood flow to the reproductive organs buy priligy online safe Promising data were reported in a PDX model re…
Heap sorting algorithm The role of raloxifene in preventing breast cancer priligy precio
PyQt5 - Lesson 006. Work with QTableWidget buy priligy 60 mg 53 have been reported by Javanovic Santa et al
Now discuss on the forum
добавить qlineseries в функции buy priligy senior brother Chu He, whom he had known for many years
Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
IscanderCheOct. 31, 2024, 3:43 p.m.
Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…
ИМ
Реализация навигации по разделам Спасибо Евгений!
Игорь МаксимовOct. 3, 2024, 4:05 a.m.
Я читаю параметры запроса. если они не пустые сохраняю в сессию. затем ими пользуюсь
вот мой requestmapper.cpp
Если поможет ссылка на GitHub https://github.com/rust3128/MposOnlineReports
А у Вас qDebug() нормально выводит?
да
Странно, у меня дебаг не работает. Может быть Вы знаете причину?
Отправляю такой запрос:
Принимаю его так:
На выводе поля получаются пустые. Как вы думаете, почему это не работает?
[logging]
minLevel=0 такое значение?
Нет, стоит minLevel=1
А что это значит?
Поменял на 0, но ничего не изменилось.
Файл настроек выглядит так
Вот так получается джисон из пост запроса , но дебаг к сожалению не заработал
файл logger.cpp
У вас так?
У меня так же
В лог дебаг записывает, но привычной записи в консоль qt не происходит
а туда и нету вывода
понятно, думал что дебаг будет стандартно работать.
спасибо за помощь!
в main.cpp закомментил //logger->installMsgHandler();