Ignore:
Timestamp:
Apr 24, 2023, 2:40:34 PM (19 months ago)
Author:
alloc
Message:

*Updated web permissions system
*Fixed webpermissions command
*Moved API "webmods" to "mods", also lists non-webmod mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/RequestContext.cs

    r415 r426  
    22
    33namespace Webserver {
    4         public enum ERequestMethod {
    5                 Other,
    6                 // ReSharper disable InconsistentNaming
    7                 GET,
    8                 PUT,
    9                 POST,
    10                 DELETE,
    11                 HEAD,
    12                 OPTIONS,
    13                 // ReSharper restore InconsistentNaming
    14                 Count
    15         }
    16        
    174        public class RequestContext {
    185                public string RequestPath;
Note: See TracChangeset for help on using the changeset viewer.