Skip to content

Commit

Permalink
Expose request/param from request/check
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Aug 9, 2015
1 parent 13c4eca commit 01c1734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion request/check.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
(require "param.rkt"
rackunit)

(provide check-get
(provide (all-from-out "param.rkt")
check-get
check-get-exn
check-get-not-exn
check-put
Expand Down
3 changes: 2 additions & 1 deletion request/check.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ requests using the @racket[current-requester] from
HTTP API integration testing framework. Note that none of
these checks accept headers. Use @racket[with-requester]
and @racket[add-requester-headers] to add headers to the
current requester for a set of checks.
current requester for a set of checks. This module also
re-provides everything in @racket[request/param].

@(define-syntax-rule (defvoidproc id+formals pre-flow ...)
(defproc id+formals void? pre-flow ...))
Expand Down

0 comments on commit 01c1734

Please sign in to comment.