Groups
Groups
Sign in
Groups
Groups
ngrest
Conversations
About
Send feedback
Help
ngrest
Contact owners and managers
1–30 of 105
ngrest is a simple C++ REST framework intended to be easy in use, small and fast.
Project page:
https://github.com/loentar/
ngrest
Mark all as read
Report group
0 selected
fatherden61
,
loe...@gmail.com
2
3/27/23
ngrect + jwt
To validate JWT token you may use filters: It could be something like this: // AuthFilterGroup.h
unread,
ngrect + jwt
To validate JWT token you may use filters: It could be something like this: // AuthFilterGroup.h
3/27/23
Phani Pramod
,
loe...@gmail.com
5
11/27/20
service not working with nginx
Ah and nginx logs may be helpful too. On Friday, 27 November 2020 at 20:39:26 UTC+3 loe...@gmail.com
unread,
service not working with nginx
Ah and nginx logs may be helpful too. On Friday, 27 November 2020 at 20:39:26 UTC+3 loe...@gmail.com
11/27/20
Alan Man Lok Ng
,
loe...@gmail.com
2
7/29/20
Q&A
How to set c++ standard to c++17
I believe it's sufficient to add something like this to the top of CMakeLists.txt : include(
unread,
Q&A
How to set c++ standard to c++17
I believe it's sufficient to add something like this to the top of CMakeLists.txt : include(
7/29/20
João Victor
,
loe...@gmail.com
6
6/27/20
Q&A
Cross-origin request blocked - CORS header
Please see example attached instructions: unzip allowxoriginfilter.zip mkdir allowxoriginfilter-build
unread,
Q&A
Cross-origin request blocked - CORS header
Please see example attached instructions: unzip allowxoriginfilter.zip mkdir allowxoriginfilter-build
6/27/20
Hadi Rezaee
5/22/19
Q&A
ngrest nginx module - mod_ngrest_to_cstring
Hello! During the build of 'mod_ngrest' I got several warnings mostly about converting u_char
unread,
Q&A
ngrest nginx module - mod_ngrest_to_cstring
Hello! During the build of 'mod_ngrest' I got several warnings mostly about converting u_char
5/22/19
mknag...@gmail.com
, …
Dmitry Utkin
5
11/24/18
Q&A
Truncated json response
Hi, I tried both ngrest simple server and nginx module. ngrest simple server works just well even on
unread,
Q&A
Truncated json response
Hi, I tried both ngrest simple server and nginx module. ngrest simple server works just well even on
11/24/18
Vamsi Krishna Gutta
,
Dmitry Utkin
2
11/15/18
Q&A
How to configure ngrest with Visual studio ?
Visual Studio isn't supported. sorry. четверг, 15 ноября 2018 г., 9:40:11 UTC+3 пользователь
unread,
Q&A
How to configure ngrest with Visual studio ?
Visual Studio isn't supported. sorry. четверг, 15 ноября 2018 г., 9:40:11 UTC+3 пользователь
11/15/18
Frederic Ouellet
2
11/5/18
Q&A
NGREST_ASSERT_HTTP and nginx
Finally, I found that ModMessageCallback in ngrest_server.cpp did not handle the HttpException.
unread,
Q&A
NGREST_ASSERT_HTTP and nginx
Finally, I found that ModMessageCallback in ngrest_server.cpp did not handle the HttpException.
11/5/18
oldMammuth
, …
Dmitry Utkin
10
9/27/18
Q&A
deploying my_service to apache2
Which version of Linux do you use? I managed to deploy ngrest under Apache2 on fresh installation of
unread,
Q&A
deploying my_service to apache2
Which version of Linux do you use? I managed to deploy ngrest under Apache2 on fresh installation of
9/27/18
Dmitry Utkin
,
Kumar
8
7/31/18
Q&A
Re: discontinuation JSON object
Cool, that merge request is now in ngrest master. So you can revert all changes and update ngrest.
unread,
Q&A
Re: discontinuation JSON object
Cool, that merge request is now in ngrest master. So you can revert all changes and update ngrest.
7/31/18
Henry Nguyen
5/25/18
Q&A
Design a Restful API that support One to Many Relation
Hi NGREST GateKeeper I have been designed my URI using a single entity users/{id} and messages/{id}
unread,
Q&A
Design a Restful API that support One to Many Relation
Hi NGREST GateKeeper I have been designed my URI using a single entity users/{id} and messages/{id}
5/25/18
Henry Nguyen
,
Dmitry Utkin
2
5/24/18
Q&A
Is it possible to run ngrest in RTOS or any embedded OS
Well, it's theoretically possible if you have appropriate environment for building it, but I
unread,
Q&A
Is it possible to run ngrest in RTOS or any embedded OS
Well, it's theoretically possible if you have appropriate environment for building it, but I
5/24/18
Stefano Rosati
2
5/23/18
Q&A
Issue when creating a filter in presend
No matter!! I made a mistake and i have fixed by my own Thanks anyway :) 2018-05-22 14:24 GMT+02:00
unread,
Q&A
Issue when creating a filter in presend
No matter!! I made a mistake and i have fixed by my own Thanks anyway :) 2018-05-22 14:24 GMT+02:00
5/23/18
Kumar
4/17/18
Q&A
upload/download file/video/images
Hi, My rest module is integrated with open stack swift module to upload/download files/images/videos.
unread,
Q&A
upload/download file/video/images
Hi, My rest module is integrated with open stack swift module to upload/download files/images/videos.
4/17/18
Rakesh Vidyadharan
4/16/18
Q&A
Error when trying to build on Solaris/Illumos
Trying to build and test ngrest on Illumos, and ran into an issue during the compile phase. Any help
unread,
Q&A
Error when trying to build on Solaris/Illumos
Trying to build and test ngrest on Illumos, and ran into an issue during the compile phase. Any help
4/16/18
Henry Nguyen
3/18/18
Q&A
Can NGRest support Resource Relation
Hi NGRest Master, So far I have been designed my URI using a single entity users/{userid} and
unread,
Q&A
Can NGRest support Resource Relation
Hi NGRest Master, So far I have been designed my URI using a single entity users/{userid} and
3/18/18
edrezen
,
Dmitry Utkin
2
3/1/18
Q&A
Bad characters in request body
Hi, It's ok, because of JSON parser modifies source buffer upon parsing. It replaces some
unread,
Q&A
Bad characters in request body
Hi, It's ok, because of JSON parser modifies source buffer upon parsing. It replaces some
3/1/18
Kumar
,
Dmitry Utkin
2
2/8/18
Q&A
Setting bool data member inside struct
The codegen isn't quite C++11. You have to initialize it in constructor. struct item { bool flag;
unread,
Q&A
Setting bool data member inside struct
The codegen isn't quite C++11. You have to initialize it in constructor. struct item { bool flag;
2/8/18
Kumar
,
Dmitry Utkin
4
2/8/18
Q&A
Query on returning JSON
It's not possible, also it's not standard and will be hard to parse on client side (if you
unread,
Q&A
Query on returning JSON
It's not possible, also it's not standard and will be hard to parse on client side (if you
2/8/18
Nick
,
Dmitry Utkin
7
1/15/18
Q&A
Get error using "ngrest" command
Thx for ur help : ) have a good day 在 2018年1月15日星期一 UTC+8下午4:08:15,Dmitry Utkin写道: QtCreator or CLion
unread,
Q&A
Get error using "ngrest" command
Thx for ur help : ) have a good day 在 2018年1月15日星期一 UTC+8下午4:08:15,Dmitry Utkin写道: QtCreator or CLion
1/15/18
Kumar
,
Dmitry Utkin
3
12/8/17
Q&A
How to convert JSON stirng to struct object
Thank you for you help. it help me lot. I have another query. I want to generate API document out of
unread,
Q&A
How to convert JSON stirng to struct object
Thank you for you help. it help me lot. I have another query. I want to generate API document out of
12/8/17
Kumar
2
11/29/17
Q&A
How to read JSON POST request body from portal in ngrest service
Edit: add service should receive the request from request body and parse. On Thursday, November 30,
unread,
Q&A
How to read JSON POST request body from portal in ngrest service
Edit: add service should receive the request from request body and parse. On Thursday, November 30,
11/29/17
Kumar
,
Dmitry Utkin
4
11/29/17
Q&A
ngrest post request query
Thanks for your information. On Sunday, October 22, 2017 at 1:52:16 PM UTC+5:30, Dmitry Utkin wrote:
unread,
Q&A
ngrest post request query
Thanks for your information. On Sunday, October 22, 2017 at 1:52:16 PM UTC+5:30, Dmitry Utkin wrote:
11/29/17
Henry Nguyen
, …
Kumar
7
10/13/17
Q&A
Can I create multiple services or resources in a project
Hi, Deployed ngrest under nginx. I have create two services(add,get) santhosh@santhosh-Lenovo-U310:~$
unread,
Q&A
Can I create multiple services or resources in a project
Hi, Deployed ngrest under nginx. I have create two services(add,get) santhosh@santhosh-Lenovo-U310:~$
10/13/17
LAKSHAY WADHWA
,
Dmitry Utkin
3
9/7/17
Q&A
<ngrest/db/SQLiteDb.h> file doesnt exist
Probably you don't have sqlite-dev installed, install it and re-build ngrest-db. Easiest method
unread,
Q&A
<ngrest/db/SQLiteDb.h> file doesnt exist
Probably you don't have sqlite-dev installed, install it and re-build ngrest-db. Easiest method
9/7/17
George Saliba
,
Dmitry Utkin
3
8/28/17
Q&A
ngrest-db with mysql db and null fields
Hi, I have figured out what the issue is. My mysql tables are no generated using ngrest, I am using
unread,
Q&A
ngrest-db with mysql db and null fields
Hi, I have figured out what the issue is. My mysql tables are no generated using ngrest, I am using
8/28/17
Pfaeff
8/24/17
Q&A
Using multithreading
Hi there, in my project I have a component that makes use of std::thread. When running my application
unread,
Q&A
Using multithreading
Hi there, in my project I have a component that makes use of std::thread. When running my application
8/24/17
mark.l...@gmail.com
8/21/17
Q&A
Log an input field together with an output field
Hi, Is it possible to make ngrest write out a line to a (log) file, for each POST request it responds
unread,
Q&A
Log an input field together with an output field
Hi, Is it possible to make ngrest write out a line to a (log) file, for each POST request it responds
8/21/17
Henry Nguyen
,
Dmitry Utkin
21
8/18/17
Q&A
Integration between Sencha ExtJS and NGRest server
ngrest error handling is intended for critical situations when your code (or library you use) throws
unread,
Q&A
Integration between Sencha ExtJS and NGRest server
ngrest error handling is intended for critical situations when your code (or library you use) throws
8/18/17
Pfaeff
,
Dmitry Utkin
3
8/18/17
Q&A
Configure CMake
I can't remember. I solved it using a .cmake file where I hardcoded all the parameters I needed.
unread,
Q&A
Configure CMake
I can't remember. I solved it using a .cmake file where I hardcoded all the parameters I needed.
8/18/17