Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit cabdeac

Browse files
committed
Fix yardoc for return type of #on_http_request
1 parent af2ccc4 commit cabdeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/net/http_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def http_server_bind_port
4747
# to send to the client. If a hash is returned, it should contain the keys:
4848
# * +:body+ - the body text of the response.
4949
# * +:type+ - the MIME type of the response.
50-
# * +:headers+ - a hash of header keys and values.
50+
# * +:headers+ - an array of header strings.
5151
def on_http_request(path, params, headers)
5252
end
5353

0 commit comments

Comments
 (0)