Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
djPathMap.pas File Reference

Classes

class  TdjPathMap
 Holds all known web component mappings for a context. More...

Enumerations

enum  TSpecType {
  stUnknown , stExact , stPrefix , stSuffix ,
  stDefault
}
 Declares the path specification types. More...

Enumeration Type Documentation

◆ TSpecType

enum TSpecType

Declares the path specification types.

Enumerator
stUnknown 

Unknown type.

stExact 

Exact match.

stPrefix 

Longest prefix match.

stSuffix 

Longest suffix match.

stDefault 

Default.