Skip to content

Commit

Permalink
Remove implied docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Jul 13, 2015
1 parent 48c7253 commit 86d44f2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions request/private/base.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,3 @@
responses while this struct is used when
@italic{receiving} them.
}

@defpredicate[http-response?]{
Predicate satisfied by @racket[http-response]s.
}
@defstructinfo[struct:http-response]{
Struct info instance for @racket[http-response]s.
}

@deftogether[(
@defproc[(http-response-code [http-response http-response?])
exact-positive-integer?]
@defproc[(http-response-headers [http-response http-response?])
(hash/c string? string?
#:immutable? #t)]
@defproc[(http-response-body [http-response http-response?])
string?])]{
Field accessors for instances of the @racket[http-response] struct.
}

0 comments on commit 86d44f2

Please sign in to comment.