Ulfius
HTTP Framework for REST Applications in C
Data Fields
_u_body Struct Reference

Data Fields

char * data
 
size_t size
 

Detailed Description

Ulfius Framework

REST framework library

u_send_request.c: send request related functions defintions

Copyright 2015-2020 Nicolas Mora mail@.nosp@m.babe.nosp@m.loues.nosp@m.t.or.nosp@m.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

Field Documentation

◆ data

char* _u_body::data

◆ size

size_t _u_body::size

The documentation for this struct was generated from the following file: