We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3b8d commit 6ed3e32Copy full SHA for 6ed3e32
advanced-usage.md
@@ -532,7 +532,7 @@ This includes empty lines and the `HTTP` status line. `\r\n` endings are preser
532
The callback signature looks like this.
533
534
```c++
535
- bool headerCallback(std::string_view & data, intptr_t userdata);
+ bool headerCallback(const std::string_view & data, intptr_t userdata);
536
```
537
538
Provide the callback with the HeaderCallback options object. Only one header callback may be set.
0 commit comments