Photon 1.0.0
Loading...
Searching...
No Matches
URL.hpp File Reference
#include <core/Core.hpp>

Go to the source code of this file.

Classes

class  Photon::URL
 
class  Photon::URLError
 

Namespaces

namespace  Photon
 This file is also about defining core js concepts.
 

Macros

#define PHOTON_HTTPS_PROTOCOL   ("https")
 
#define PHOTON_HTTP_PROTOCOL   ("http")
 
#define PHOTON_FILE_PROTOCOL   ("file")
 
#define PHOTON_MAIL_PROTOCOL   ("mailto")
 
#define PHOTON_ECMA_PROTOCOL   ("javascript")
 
#define PHOTON_PHOTON_PROTOCOL   ("photon")
 

Macro Definition Documentation

◆ PHOTON_ECMA_PROTOCOL

#define PHOTON_ECMA_PROTOCOL   ("javascript")

◆ PHOTON_FILE_PROTOCOL

#define PHOTON_FILE_PROTOCOL   ("file")

◆ PHOTON_HTTP_PROTOCOL

#define PHOTON_HTTP_PROTOCOL   ("http")

◆ PHOTON_HTTPS_PROTOCOL

#define PHOTON_HTTPS_PROTOCOL   ("https")

◆ PHOTON_MAIL_PROTOCOL

#define PHOTON_MAIL_PROTOCOL   ("mailto")

◆ PHOTON_PHOTON_PROTOCOL

#define PHOTON_PHOTON_PROTOCOL   ("photon")