|
Molybden
|
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. | |
The navigation history entry.
| 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.