ELinks 0.18.0
http_post_file Struct Reference

Information about a file to be uploaded in a POST request. More...

#include <post.h>

Data Fields

char * name
 The name of the file.
off_t size
 The size of the file.

Detailed Description

Information about a file to be uploaded in a POST request.

open_http_post() collects this information and done_http_post() discards it.

Field Documentation

◆ name

char* http_post_file::name

The name of the file.

Must be freed with mem_free().

◆ size

off_t http_post_file::size

The size of the file.


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