mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix typo in documentation example
This commit is contained in:
committed by
Vinnie Falco
parent
e4a204b145
commit
20c1ba78f1
@ -149,7 +149,7 @@ object:
|
||||
res.version = 11; // HTTP/1.1
|
||||
res.status = 200;
|
||||
res.reason = "OK";
|
||||
res.fields.insert("Sever", "Beast");
|
||||
res.fields.insert("Server", "Beast");
|
||||
res.fields.insert("Content-Length", 4);
|
||||
res.body = "****";
|
||||
```
|
||||
|
Reference in New Issue
Block a user