Skip to content

Commit c979fac

Browse files
committed
chore : 라이브러리명 GuinHttp로 변경
1 parent 0c9fbe8 commit c979fac

21 files changed

+41
-41
lines changed

Attributes/HttpContentType/FormUrlEncodedAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpContentType
6+
namespace GuinHttp.Attributes.HttpContentType
77
{
88
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class FormUrlEncodedAttribute : HttpContentTypeAttribute

Attributes/HttpContentType/HttpContentTypeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpContentType
6+
namespace GuinHttp.Attributes.HttpContentType
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class HttpContentTypeAttribute : Attribute

Attributes/HttpContentType/JsonBodyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpContentType
6+
namespace GuinHttp.Attributes.HttpContentType
77
{
88
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class JsonBodyAttribute : HttpContentTypeAttribute

Attributes/HttpHeader/HeadersAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpHeader
6+
namespace GuinHttp.Attributes.HttpHeader
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class HeadersAttribute : HttpHeadersAttribute

Attributes/HttpHeader/HttpHeadersAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpHeader
6+
namespace GuinHttp.Attributes.HttpHeader
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class HttpHeadersAttribute : Attribute

Attributes/HttpMethod/DeleteAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpMethod
6+
namespace GuinHttp.Attributes.HttpMethod
77
{
88
[System.AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public sealed class DeleteAttribute : HttpMethodAttribute

Attributes/HttpMethod/GetAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpMethod
6+
namespace GuinHttp.Attributes.HttpMethod
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public sealed class GetAttribute : HttpMethodAttribute

Attributes/HttpMethod/HttpMethodAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpMethod
6+
namespace GuinHttp.Attributes.HttpMethod
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public class HttpMethodAttribute : Attribute

Attributes/HttpMethod/PatchAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpMethod
6+
namespace GuinHttp.Attributes.HttpMethod
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public sealed class PatchAttribute : HttpMethodAttribute

Attributes/HttpMethod/PostAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Linq;
44
using System.Text;
55

6-
namespace GuinHttpWebW.Attributes.HttpMethod
6+
namespace GuinHttp.Attributes.HttpMethod
77
{
88
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
99
public sealed class PostAttribute : HttpMethodAttribute

0 commit comments

Comments
 (0)