-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Handling Documentation Gone? #118
Comments
Hi, those functions were moved to a separate package, |
Yeah, all these functions are now "hidden" behind |
I've been looking into doing this "the right way", which IMO would be showing the entire contents of
|
Alternatively we could introduce a dummy identifier and then use |
I think that should work, but I tried using |
Hm... Then maybe just highlighting a link to |
Looking at this again, since |
In an old version of spock on Hackage I can find a Request Handling section that includes information on
param
,params
,jsonBody
, etc. There isn't information for any of these functions in the Hackage documentation for the most recent version of Spock. Spock still exports these functions, why is the documentation missing?The text was updated successfully, but these errors were encountered: