| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Servant.API.Fragment
Synopsis
- data Fragment a
 
Documentation
Document the URI fragment in API. Useful in combination with Link.
Example:
>>>-- /post#TRACKING>>>type MyApi = "post" :> Fragment Text :> Get '[JSON] Tracking