Add one line of "Example:" Label

This commit is contained in:
Feldwor 2019-08-21 10:44:50 +03:00 committed by GitHub
parent e0cc331eb5
commit 6a6b09d176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2303,6 +2303,9 @@ private bool decodeLineInto(Terminator, Char = char)(ref const(ubyte)[] basesrc,
/**
* HTTP client functionality.
*
* Example:
*
* Get with custom data receivers
*
* ---