mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
changed to native line ending encoding
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.IO;
|
||||
|
||||
namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public interface IStreamHandler
|
||||
{
|
||||
// Handle request stream, return byte array
|
||||
byte[] Handle(string path, Stream request );
|
||||
|
||||
// Return response content type
|
||||
string ContentType { get; }
|
||||
|
||||
// Return required http method
|
||||
string HttpMethod { get;}
|
||||
|
||||
// Return path
|
||||
string Path { get; }
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.IO;
|
||||
|
||||
namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public interface IStreamHandler
|
||||
{
|
||||
// Handle request stream, return byte array
|
||||
byte[] Handle(string path, Stream request );
|
||||
|
||||
// Return response content type
|
||||
string ContentType { get; }
|
||||
|
||||
// Return required http method
|
||||
string HttpMethod { get;}
|
||||
|
||||
// Return path
|
||||
string Path { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user