http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Make 'mime' field in Body optional #387

Closed halvko closed 2 years ago

halvko commented 2 years ago

This does not seem like the ideal way to do this since Option have to be parameterized with a type, see the introduced example code for specific example.

I see a couple of alternatives:

The first as a semver minor change, and the second is a semver patch change.

A solution to #381

halvko commented 2 years ago

@yoshuawuyts Does it seem allright?