ELinks 0.18.0
post.h File Reference

Parsing uri.post and uploading files in a POST request. More...

#include "network/state.h"
Include dependency graph for post.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  http_post_file
 Information about a file to be uploaded in a POST request. More...
 
struct  http_post
 State of reading POST data from connection.uri->post and related files. More...
 

Detailed Description

Parsing uri.post and uploading files in a POST request.

Function Documentation

◆ done_http_post()

void done_http_post ( struct http_post * http_post)
related

◆ init_http_post()

void init_http_post ( struct http_post * http_post)
related

◆ open_http_post()

int open_http_post ( struct http_post * http_post,
const char * post_data,
struct connection_state * error )
related

◆ read_http_post()

int read_http_post ( struct http_post * http_post,
char buffer[],
int max,
struct connection_state * error )
related