Skip to content

[Sprint 1] GetRequestReciever 클래스 구현 #17

@Two-Jay

Description

@Two-Jay

GET 요청을 파싱할 수 있는 기능의 바탕이 되는 GetRequestReciever 설계를 아래와 같이 진행합니다.

이 파트에 있는 분께서는...

  • RequestReciever_Base 클래스를 설계하여 이를 상속받는 구조로 진행하여 주세요.
  • 이름은 임의로 지정하셔도 됩니다.
  • RequestReciever_Base에서 이후에 만들어질 기본 기능 (예, parse()) 등을 순수가상함수로 구현에 강제성을 부여해주세요.
  • 이후 GET 요청을 처리하는 클래스 GetRequestReciever 를 만들어주세요.
  • 현재의 단계에서는 응답과 파싱 기능은 구현하지 마시고, 클래스의 설계만 마쳐주세요.

### To Do

  • Request_Base 클래스를 설계하여주세요.
  • Request_Base 클래스를 상속받는 GetRequestReciever를 설계해주세요.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions