[][src]Crate plamo

Structs

PlamoApp
PlamoByteArray
PlamoFormData
PlamoFormDataField
PlamoFormDataFieldArray
PlamoFormDataFile
PlamoFormUrlencoded
PlamoHttpHeader
PlamoHttpQuery
PlamoMiddleware
PlamoRequest
PlamoResponse
PlamoString
PlamoStringArray

Enums

PlamoHttpVersion
PlamoScheme

Constants

PLAMO_HTTP_METHOD_CONNECT
PLAMO_HTTP_METHOD_DELETE
PLAMO_HTTP_METHOD_GET
PLAMO_HTTP_METHOD_HEAD
PLAMO_HTTP_METHOD_OPTIONS
PLAMO_HTTP_METHOD_PATCH
PLAMO_HTTP_METHOD_POST
PLAMO_HTTP_METHOD_PUT
PLAMO_HTTP_METHOD_TRACE

Functions

plamo_app_add_middleware
plamo_app_destroy
plamo_app_execute
plamo_app_new
plamo_byte_array_destroy
plamo_byte_array_get_body
plamo_byte_array_get_body_size
plamo_byte_array_new
plamo_form_data_destroy
plamo_form_data_field_array_for_each
plamo_form_data_field_array_get_at
plamo_form_data_field_array_get_first
plamo_form_data_field_array_get_last
plamo_form_data_field_array_length
plamo_form_data_file_get_body
plamo_form_data_file_get_body_size
plamo_form_data_file_get_content_type
plamo_form_data_file_get_file_name
plamo_form_data_for_each
plamo_form_data_get
plamo_form_data_new
plamo_form_urlencoded_destroy
plamo_form_urlencoded_for_each
plamo_form_urlencoded_get
plamo_form_urlencoded_new
plamo_http_header_add
plamo_http_header_destroy
plamo_http_header_for_each
plamo_http_header_get
plamo_http_header_new
plamo_http_header_remove
plamo_http_method_destroy
plamo_http_method_new
plamo_http_query_add
plamo_http_query_destroy
plamo_http_query_for_each
plamo_http_query_get
plamo_http_query_new
plamo_http_query_remove
plamo_middleware_destroy
plamo_middleware_new
plamo_request_destroy
plamo_request_new
plamo_response_destroy
plamo_response_new
plamo_string_array_add
plamo_string_array_destroy
plamo_string_array_for_each
plamo_string_array_get_at
plamo_string_array_get_first
plamo_string_array_get_last
plamo_string_array_length
plamo_string_array_new
plamo_string_array_remove_at
plamo_string_destroy
plamo_string_get_char
plamo_string_new

Type Definitions

PlamoDefinedHttpMethod

Unions

PlamoHttpMethod