mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-03-25 08:55:48 +00:00
Change multipart form boundary string
This commit is contained in:
parent
e383d188f2
commit
3f17ecb3af
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ final class MultipartFormEncoder {
|
|||
let boundary: String
|
||||
|
||||
init(boundary: String? = nil) {
|
||||
self.boundary = boundary ?? "VidjoIsCool-\(UUID().uuidString)"
|
||||
self.boundary = boundary ?? "Osiris-\(UUID().uuidString)"
|
||||
}
|
||||
|
||||
func encodeData(parts: [Part]) throws -> BodyData {
|
||||
|
|
|
|||
Loading…
Reference in a new issue