Skip to content

Commit

Permalink
remove unnecessary export for HeaderSizeError (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai authored Feb 26, 2021
1 parent 0e5a950 commit dba8114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Streaming of request and response bodies is handled by the
"""
module Messages

export Message, Request, Response, HeaderSizeError,
export Message, Request, Response,
reset!, status, method, headers, uri, body,
iserror, isredirect, ischunked, issafe, isidempotent,
header, hasheader, headercontains, setheader, defaultheader!, appendheader,
Expand Down

0 comments on commit dba8114

Please sign in to comment.