Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
firesharkstudios committed Oct 16, 2019
1 parent 4f847c8 commit 4a867e2
Show file tree
Hide file tree
Showing 66 changed files with 2,438 additions and 1,164 deletions.
14 changes: 7 additions & 7 deletions Butterfly.Web.EmbedIO/Butterfly.Web.EmbedIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageLicenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-server-dotnet/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-web</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-web/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-web</RepositoryUrl>
<PackageTags>butterfly server api websocket webserver embedio</PackageTags>
<Product>Butterfly Server .NET</Product>
<Product>Butterfly Web</Product>
<Company>Fireshark Studios, LLC</Company>
<Authors>Kent Johnson</Authors>
<Copyright>Copyright 2017-2018 Fireshark Studios, LLC</Copyright>
<Description>Implementation of IWebApi and ISubscriptionApi for EmbedIO (see https://github.com/unosquare/embedio)</Description>
<Version>2.0.0</Version>
<Copyright>Copyright 2017-2019 Fireshark Studios, LLC</Copyright>
<Description>Implementation of Butterfly.Web for EmbedIO (see https://github.com/unosquare/embedio)</Description>
<Version>2.0.2</Version>
<PackageReleaseNotes>Various improvements and bug fixes</PackageReleaseNotes>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
<LangVersion>7.1</LangVersion>
Expand Down
3 changes: 2 additions & 1 deletion Butterfly.Web.EmbedIO/EmbedIOSubscriptionApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
using Unosquare.Labs.EmbedIO.Modules;
using Unosquare.Labs.EmbedIO;

using Butterfly.Web.Channel;
using Butterfly.Util;
using Butterfly.Web.Channel;
using Butterfly.Web.WebApi;

namespace Butterfly.Web.EmbedIO {

Expand Down
14 changes: 7 additions & 7 deletions Butterfly.Web.RedHttpServer/Butterfly.Web.RedHttpServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>2.0.0</Version>
<Version>2.0.2</Version>
<Authors>Kent Johnson</Authors>
<Company>Fireshark Studios, LLC</Company>
<Product>Butterfly Server .NET</Product>
<Description>Implementation of IWebApi and ISubscriptionApi for RedHttpServer (see https://github.com/rosenbjerg/Red)</Description>
<Copyright>Copyright 2017-2018 Fireshark Studios, LLC</Copyright>
<Product>Butterfly.Web</Product>
<Description>Implementation of Butterfly.Web for RedHttpServer (see https://github.com/rosenbjerg/Red)</Description>
<Copyright>Copyright 2017-2019 Fireshark Studios, LLC</Copyright>
<PackageLicenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-server-dotnet/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-web</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-web/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-web</RepositoryUrl>
<PackageTags>butterfly server api websocket webserver redhttpserver</PackageTags>
<PackageReleaseNotes>Various improvements and bug fixes</PackageReleaseNotes>
</PropertyGroup>
Expand Down
8 changes: 5 additions & 3 deletions Butterfly.Web.RedHttpServer/RedHttpServerSubscriptionApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Butterfly.Web.Channel;
using Butterfly.Util;

using Red;
using Butterfly.Web;

using Butterfly.Util;
using Butterfly.Web.Channel;
using Butterfly.Web.WebApi;

namespace Butterfly.RedHttpServer {

Expand Down
15 changes: 8 additions & 7 deletions Butterfly.Web/Butterfly.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageLicenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-server-dotnet/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-server-dotnet</RepositoryUrl>
<PackageTags>butterfly server realtime rest api webserver database push</PackageTags>
<PackageProjectUrl>https://github.com/firesharkstudios/butterfly-web</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/firesharkstudios/butterfly-web/master/img/logo-40x40.png</PackageIconUrl>
<RepositoryUrl>https://github.com/firesharkstudios/butterfly-web</RepositoryUrl>
<PackageTags>butterfly realtime rest api webserver database push</PackageTags>
<Authors>Kent Johnsonn</Authors>
<Company>Fireshark Studios, LLC</Company>
<Product>Butterfly Server .NET</Product>
<Copyright>Copyright 2017-2018 Fireshark Studios, LLC</Copyright>
<Version>2.0.0</Version>
<Product>Butterfly.Web</Product>
<Copyright>Copyright 2017-2019 Fireshark Studios, LLC</Copyright>
<Version>2.0.2</Version>
<PackageReleaseNotes>Various improvements and bug fixes</PackageReleaseNotes>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
<LangVersion>7.1</LangVersion>
<Description>Simple RESTlike and Subscription API server in C#</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
17 changes: 0 additions & 17 deletions Butterfly.Web/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Butterfly.Util;
using Butterfly.Web.WebApi;

namespace Butterfly.Web {
namespace Butterfly.Web.WebApi {
public static class IHttpRequestX {
public static async Task<Dictionary<string, string>> ParseAsUrlEncodedAsync(this IHttpRequest me) {
string text = await me.ReadAsync();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System.Linq;
using Butterfly.Util;

namespace Butterfly.Web {
namespace Butterfly.Web.WebApi {
public static class IHttpResponseX {
/// <summary>
/// Write the <paramref name="value"/> as JSON
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System;
using System.Collections.Generic;

namespace Butterfly.Web {
namespace Butterfly.Web.WebApi {
public interface IWebRequest {
/// <summary>
/// Retrieves the URL used to make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Net;
using System.Net.Http.Headers;

namespace Butterfly.Web {
namespace Butterfly.Web.WebApi {
public static class IWebRequestX {
public static AuthenticationHeaderValue GetAuthenticationHeaderValue(this IWebRequest me) {
if (me.Headers!=null && me.Headers.TryGetValue(HttpRequestHeader.Authorization.ToString().ToUpper(), out string text)) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Getting Started

## Install from Nuget
### Install from Nuget

| Name | Package | Install |
| --- | --- | --- |
Expand Down
29 changes: 14 additions & 15 deletions docfx_project/api/.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"Butterfly.RedHttpServer.WebSocketDialogWebRequest.QueryParams": "Butterfly.RedHttpServer.WebSocketDialogWebRequest.yml",
"Butterfly.RedHttpServer.WebSocketDialogWebRequest.RequestUrl": "Butterfly.RedHttpServer.WebSocketDialogWebRequest.yml",
"Butterfly.RedHttpServer.WebSocketDialogWebRequest.webSocketDialog": "Butterfly.RedHttpServer.WebSocketDialogWebRequest.yml",
"Butterfly.Web": "Butterfly.Web.yml",
"Butterfly.Web.Channel": "Butterfly.Web.Channel.yml",
"Butterfly.Web.Channel.BaseChannelConnection": "Butterfly.Web.Channel.BaseChannelConnection.yml",
"Butterfly.Web.Channel.BaseChannelConnection.#ctor(Butterfly.Web.Channel.BaseSubscriptionApi)": "Butterfly.Web.Channel.BaseChannelConnection.yml",
Expand Down Expand Up @@ -194,7 +193,7 @@
"Butterfly.Web.EmbedIO.MyWebModule.logger": "Butterfly.Web.EmbedIO.MyWebModule.yml",
"Butterfly.Web.EmbedIO.MyWebModule.Name": "Butterfly.Web.EmbedIO.MyWebModule.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.#ctor(Butterfly.Web.Channel.BaseSubscriptionApi,Func{Butterfly.Web.IWebRequest,Butterfly.Web.Channel.IChannelConnection,System.Boolean})": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.#ctor(Butterfly.Web.Channel.BaseSubscriptionApi,Func{Butterfly.Web.WebApi.IWebRequest,Butterfly.Web.Channel.IChannelConnection,System.Boolean})": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.channelByWebSocketContext": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.GetEmbedIOChannel(System.String)": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.logger": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
Expand All @@ -205,19 +204,6 @@
"Butterfly.Web.EmbedIO.MyWebSocketsServer.onNewChannel": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.ServerName": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.EmbedIO.MyWebSocketsServer.subscriptionApi": "Butterfly.Web.EmbedIO.MyWebSocketsServer.yml",
"Butterfly.Web.IHttpRequestX": "Butterfly.Web.IHttpRequestX.yml",
"Butterfly.Web.IHttpRequestX.ParseAsJsonAsync``1(Butterfly.Web.WebApi.IHttpRequest)": "Butterfly.Web.IHttpRequestX.yml",
"Butterfly.Web.IHttpRequestX.ParseAsUrlEncodedAsync(Butterfly.Web.WebApi.IHttpRequest)": "Butterfly.Web.IHttpRequestX.yml",
"Butterfly.Web.IHttpResponseX": "Butterfly.Web.IHttpResponseX.yml",
"Butterfly.Web.IHttpResponseX.WriteAsCsvAsync(Butterfly.Web.WebApi.IHttpResponse,System.Collections.Generic.Dictionary{System.String,System.Object}[],System.String[],System.String[])": "Butterfly.Web.IHttpResponseX.yml",
"Butterfly.Web.IHttpResponseX.WriteAsJsonAsync(Butterfly.Web.WebApi.IHttpResponse,System.Object,System.String)": "Butterfly.Web.IHttpResponseX.yml",
"Butterfly.Web.IWebRequest": "Butterfly.Web.IWebRequest.yml",
"Butterfly.Web.IWebRequest.Headers": "Butterfly.Web.IWebRequest.yml",
"Butterfly.Web.IWebRequest.PathParams": "Butterfly.Web.IWebRequest.yml",
"Butterfly.Web.IWebRequest.QueryParams": "Butterfly.Web.IWebRequest.yml",
"Butterfly.Web.IWebRequest.RequestUrl": "Butterfly.Web.IWebRequest.yml",
"Butterfly.Web.IWebRequestX": "Butterfly.Web.IWebRequestX.yml",
"Butterfly.Web.IWebRequestX.GetAuthenticationHeaderValue(Butterfly.Web.IWebRequest)": "Butterfly.Web.IWebRequestX.yml",
"Butterfly.Web.WebApi": "Butterfly.Web.WebApi.yml",
"Butterfly.Web.WebApi.BaseHttpRequest": "Butterfly.Web.WebApi.BaseHttpRequest.yml",
"Butterfly.Web.WebApi.BaseHttpRequest.ClientIp": "Butterfly.Web.WebApi.BaseHttpRequest.yml",
Expand All @@ -243,6 +229,9 @@
"Butterfly.Web.WebApi.IHttpRequest.ClientIp": "Butterfly.Web.WebApi.IHttpRequest.yml",
"Butterfly.Web.WebApi.IHttpRequest.ParseAsMultipartStream(Action{System.String,System.String,System.String,System.String,System.Byte[],System.Int32},Action{System.String,System.String})": "Butterfly.Web.WebApi.IHttpRequest.yml",
"Butterfly.Web.WebApi.IHttpRequest.ReadAsync": "Butterfly.Web.WebApi.IHttpRequest.yml",
"Butterfly.Web.WebApi.IHttpRequestX": "Butterfly.Web.WebApi.IHttpRequestX.yml",
"Butterfly.Web.WebApi.IHttpRequestX.ParseAsJsonAsync``1(Butterfly.Web.WebApi.IHttpRequest)": "Butterfly.Web.WebApi.IHttpRequestX.yml",
"Butterfly.Web.WebApi.IHttpRequestX.ParseAsUrlEncodedAsync(Butterfly.Web.WebApi.IHttpRequest)": "Butterfly.Web.WebApi.IHttpRequestX.yml",
"Butterfly.Web.WebApi.IHttpResponse": "Butterfly.Web.WebApi.IHttpResponse.yml",
"Butterfly.Web.WebApi.IHttpResponse.GetHeader(System.String)": "Butterfly.Web.WebApi.IHttpResponse.yml",
"Butterfly.Web.WebApi.IHttpResponse.OutputStream": "Butterfly.Web.WebApi.IHttpResponse.yml",
Expand All @@ -251,12 +240,22 @@
"Butterfly.Web.WebApi.IHttpResponse.StatusCode": "Butterfly.Web.WebApi.IHttpResponse.yml",
"Butterfly.Web.WebApi.IHttpResponse.StatusText": "Butterfly.Web.WebApi.IHttpResponse.yml",
"Butterfly.Web.WebApi.IHttpResponse.WriteAsTextAsync(System.String,System.String)": "Butterfly.Web.WebApi.IHttpResponse.yml",
"Butterfly.Web.WebApi.IHttpResponseX": "Butterfly.Web.WebApi.IHttpResponseX.yml",
"Butterfly.Web.WebApi.IHttpResponseX.WriteAsCsvAsync(Butterfly.Web.WebApi.IHttpResponse,System.Collections.Generic.Dictionary{System.String,System.Object}[],System.String[],System.String[])": "Butterfly.Web.WebApi.IHttpResponseX.yml",
"Butterfly.Web.WebApi.IHttpResponseX.WriteAsJsonAsync(Butterfly.Web.WebApi.IHttpResponse,System.Object,System.String)": "Butterfly.Web.WebApi.IHttpResponseX.yml",
"Butterfly.Web.WebApi.IWebApi": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebApi.Compile": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebApi.OnDelete(System.String,Func{Butterfly.Web.WebApi.IHttpRequest,Butterfly.Web.WebApi.IHttpResponse,Task})": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebApi.OnGet(System.String,Func{Butterfly.Web.WebApi.IHttpRequest,Butterfly.Web.WebApi.IHttpResponse,Task})": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebApi.OnPost(System.String,Func{Butterfly.Web.WebApi.IHttpRequest,Butterfly.Web.WebApi.IHttpResponse,Task})": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebApi.OnPut(System.String,Func{Butterfly.Web.WebApi.IHttpRequest,Butterfly.Web.WebApi.IHttpResponse,Task})": "Butterfly.Web.WebApi.IWebApi.yml",
"Butterfly.Web.WebApi.IWebRequest": "Butterfly.Web.WebApi.IWebRequest.yml",
"Butterfly.Web.WebApi.IWebRequest.Headers": "Butterfly.Web.WebApi.IWebRequest.yml",
"Butterfly.Web.WebApi.IWebRequest.PathParams": "Butterfly.Web.WebApi.IWebRequest.yml",
"Butterfly.Web.WebApi.IWebRequest.QueryParams": "Butterfly.Web.WebApi.IWebRequest.yml",
"Butterfly.Web.WebApi.IWebRequest.RequestUrl": "Butterfly.Web.WebApi.IWebRequest.yml",
"Butterfly.Web.WebApi.IWebRequestX": "Butterfly.Web.WebApi.IWebRequestX.yml",
"Butterfly.Web.WebApi.IWebRequestX.GetAuthenticationHeaderValue(Butterfly.Web.WebApi.IWebRequest)": "Butterfly.Web.WebApi.IWebRequestX.yml",
"Butterfly.Web.WebApi.WebApiUtil": "Butterfly.Web.WebApi.WebApiUtil.yml",
"Butterfly.Web.WebApi.WebApiUtil.FileUploadHandlerAsync(Butterfly.Web.WebApi.IHttpRequest,System.String,System.String,Func{System.String,System.String},System.Int32)": "Butterfly.Web.WebApi.WebApiUtil.yml",
"Butterfly.Web.WebApi.WebApiUtil.logger": "Butterfly.Web.WebApi.WebApiUtil.yml",
Expand Down
8 changes: 6 additions & 2 deletions docfx_project/api/Butterfly.RedHttpServer.HttpRequestX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ items:
type: Class
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/HttpRequestX.cs
path: Butterfly.Web.RedHttpServer/HttpRequestX.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: HttpRequestX
path: ../Butterfly.Web.RedHttpServer/HttpRequestX.cs
startLine: 4
Expand Down Expand Up @@ -50,7 +52,9 @@ items:
type: Method
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/HttpRequestX.cs
path: Butterfly.Web.RedHttpServer/HttpRequestX.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: ToUri
path: ../Butterfly.Web.RedHttpServer/HttpRequestX.cs
startLine: 5
Expand Down
36 changes: 27 additions & 9 deletions docfx_project/api/Butterfly.RedHttpServer.RedHttpServerContext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ items:
type: Class
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: RedHttpServerContext
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 15
Expand Down Expand Up @@ -57,7 +59,9 @@ items:
type: Field
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: webServer
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 18
Expand Down Expand Up @@ -88,7 +92,9 @@ items:
type: Field
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: webApi
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 19
Expand Down Expand Up @@ -119,7 +125,9 @@ items:
type: Field
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: subscriptionApi
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 20
Expand Down Expand Up @@ -150,7 +158,9 @@ items:
type: Constructor
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: .ctor
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 22
Expand Down Expand Up @@ -183,7 +193,9 @@ items:
type: Property
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: WebApi
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 35
Expand Down Expand Up @@ -216,7 +228,9 @@ items:
type: Property
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: SubscriptionApi
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 36
Expand Down Expand Up @@ -249,7 +263,9 @@ items:
type: Method
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: Start
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 38
Expand Down Expand Up @@ -277,7 +293,9 @@ items:
type: Method
source:
remote:
path: C:/Users/kent1/Documents/Visual Studio 2019/Projects/Butterfly.Web/Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
path: Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
branch: master
repo: https://github.com/firesharkstudios/butterfly-web.git
id: Dispose
path: ../Butterfly.Web.RedHttpServer/RedHttpServerContext.cs
startLine: 47
Expand Down
Loading

0 comments on commit 4a867e2

Please sign in to comment.