PipeScript
PipeScript copied to clipboard
`HttpListenerRequest.get_Boundary` should return the multipart boundary
If a Request's ContentType matches multipart, this should get the boundary between multiple parts.
If it does not match multipart, this should return nothing.