Showing with 1 addition and 1 deletion.
  1. +1 −1 std/net/curl.d
2 changes: 1 addition & 1 deletion std/net/curl.d
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ struct HTTP
/// The HTTP method to use.
Method method = Method.undefined;

@property void onReceiveHeader(void delegate(in char[] key,
@system @property void onReceiveHeader(void delegate(in char[] key,
in char[] value) callback)
{
// Wrap incoming callback in order to separate http status line from
Expand Down