mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-04-27 14:57:38 +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
|
let boundary: String
|
||||||
|
|
||||||
init(boundary: String? = nil) {
|
init(boundary: String? = nil) {
|
||||||
self.boundary = boundary ?? "VidjoIsCool-\(UUID().uuidString)"
|
self.boundary = boundary ?? "Osiris-\(UUID().uuidString)"
|
||||||
}
|
}
|
||||||
|
|
||||||
func encodeData(parts: [Part]) throws -> BodyData {
|
func encodeData(parts: [Part]) throws -> BodyData {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue