You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Config class
- Has server blocks as private member variables
- Read config file and start parsing into blocks
Implement Block class
- Has parent block and location blocks as private member variables
- Set directives map depeding on which type of block it is
- Parse server block or location block
- Get value of directives, which finds value from parent if there is no value
The text was updated successfully, but these errors were encountered: