Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rejchev committed Jan 16, 2022
1 parent 3c85075 commit 716ea5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http_natives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ const sp_nativeinfo_t http_natives[] =
{"HTTP.MaxSendSpeed.set", SetClientMaxSendSpeed},
{"HTTP.MaxRecvSpeed.get", GetClientMaxRecvSpeed},
{"HTTP.MaxRecvSpeed.set", SetClientMaxRecvSpeed},
{"HTTPReq.HTTPRequest", CreateRequest},
{"HTTPReq.HTTPReq", CreateRequest},
{"HTTPReq.AppendFormParam", AppendRequestFormParam},
{"HTTPReq.AppendQueryParam", AppendRequestQueryParam},
{"HTTPReq.SetBasicAuth", SetRequestBasicAuth},
Expand Down
2 changes: 1 addition & 1 deletion pawn/scripting/include/crest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ methodmap HTTPReq < Handle
}
}

methodmap HTTPRes
methodmap HTTPRes < Handle
{
// Retrieves an HTTP header from the response.
//
Expand Down

0 comments on commit 716ea5e

Please sign in to comment.