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