Welcome to the Gluegun documentation!
gluegun/fin
gluegun/fin
Section titled “gluegun/fin”Fin (final) flags for Gun HTTP streaming.
Fin marks the last chunk in a request or response body. NoFin
indicates more data will follow.
Fin (final) flag for a Gun HTTP body chunk.
pub type Fin { Fin NoFin}Constructors
Section titled “Constructors”This chunk is the last one in the body. Gun will not deliver more data.
More data will follow. Continue to send or receive chunks.