Ulfius
HTTP Framework for REST Applications in C
|
Data Fields | |
char * | data |
size_t | size |
Ulfius Framework
REST framework library
u_send_request.c: send request related functions defintions
Copyright 2015-2020 Nicolas Mora mail@ babe loues t.or g
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GENERAL PUBLIC LICENSE for more details.
You should have received a copy of the GNU General Public License along with this library. If not, see http://www.gnu.org/licenses/. Enables POSIX functions on non-MSVC targets. This is required for gmtime_r() which is not part of the ISO C standard. Internal structure used to store temporarly the response body
char* _u_body::data |
size_t _u_body::size |