https://github.com/qub1750ul/Arduino_HTTP/blob/02a4e8ed37f9c7552b7428de52203e82d5a9cfb4/src/httpHeader.cpp#L156 Pragma fields serialization can have lower time/memory cost by serializing them in-place, removing the need to duplicate the data.
Arduino_HTTP/src/httpHeader.cpp
Line 156 in 02a4e8e
Pragma fields serialization can have lower time/memory cost by serializing them in-place, removing the need to duplicate the data.