NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
UrlQuery Struct Reference

Parsed Query String. More...

#include "url.h"

Public Member Functions

 STAILQ_ENTRY (UrlQuery) entries
 Linked list.
 

Data Fields

char * name
 Query name.
 
char * value
 Query value.
 

Detailed Description

Parsed Query String.

The arguments in a URL are saved in a linked list.

Definition at line 57 of file url.h.

Member Function Documentation

◆ STAILQ_ENTRY()

UrlQuery::STAILQ_ENTRY ( UrlQuery  )

Linked list.

Field Documentation

◆ name

char* UrlQuery::name

Query name.

Definition at line 59 of file url.h.

◆ value

char* UrlQuery::value

Query value.

Definition at line 60 of file url.h.


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