Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
state.h File Reference

Definitions for the states of the URL state machine. More...

#include "ada/common_defs.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  ada
 

Enumerations

enum class  ada::state {
  ada::AUTHORITY , ada::SCHEME_START , ada::SCHEME , ada::HOST ,
  ada::NO_SCHEME , ada::FRAGMENT , ada::RELATIVE_SCHEME , ada::RELATIVE_SLASH ,
  ada::FILE , ada::FILE_HOST , ada::FILE_SLASH , ada::PATH_OR_AUTHORITY ,
  ada::SPECIAL_AUTHORITY_IGNORE_SLASHES , ada::SPECIAL_AUTHORITY_SLASHES , ada::SPECIAL_RELATIVE_OR_AUTHORITY , ada::QUERY ,
  ada::PATH , ada::PATH_START , ada::OPAQUE_PATH , ada::PORT
}
 

Functions

ada_warn_unused std::string ada::to_string (ada::state s)
 

Detailed Description

Definitions for the states of the URL state machine.

Definition in file state.h.