Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readHeader (0.18 sec)

  1. okhttp/src/main/kotlin/okhttp3/MultipartReader.kt

              -1 -> throw ProtocolException("unexpected characters after boundary")
            }
          }
    
          // There's another part. Parse its headers and return it.
          val headers = HeadersReader(source).readHeaders()
          val partSource = PartSource()
          currentPart = partSource
          return Part(headers, partSource.buffer())
        }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 7.1K bytes
    - Viewed (0)
Back to top