Molybden API
Loading...
Searching...
No Matches
molybden::NavigationEntry Struct Reference

The navigation history entry. More...

#include <navigation.hpp>

Public Attributes

std::string title
 The title as set by the web page or an empty string if there is no title.
 
std::string url
 The actual URL of the web page.
 
std::string original_request_url
 The URL that caused this navigation entry to be created.
 
HttpStatusCode http_status_code
 The status code of the last known successful navigation.
 
PageType page_type
 The page type of this navigation entry.
 
Timestamp timestamp
 The time at which the last known navigation was completed.
 

Detailed Description

The navigation history entry.

Member Data Documentation

◆ timestamp

Timestamp molybden::NavigationEntry::timestamp

The time at which the last known navigation was completed.

A navigation can be completed more than once if the page is reloaded.


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