• Sergey Lyubka's avatar
    Move struct http_message::body · cfe77a3d
    Sergey Lyubka authored
    Rationale: this is the optimisation to make JS FFI-ed API
    work nicer. We don't have strucuture introspection now,
    and do not generate offsets automatially. Thus, using a
    stable well-known location of the parsed message body is
    better, in case of number of HTTP headers macro changes.
    
    PUBLISHED_FROM=55bf25ac77060a9c81dfecd6601f037562530801
    cfe77a3d
struct_http_message.md 1.08 KB