Cgi.authorization

The full authorization string from the header, undigested. Useful for implementing auth schemes such as OAuth 1.0. Note that some web servers do not forward this to the app without taking extra steps. See requireBasicAuth's comment for more info.

class Cgi
immutable(char[]) authorization;
Suggestion Box / Bug Report