Skip to content

[Feat]: 커스텀 타임아웃 기능 구현 #23

@h-beeen

Description

@h-beeen

Description

EasyCodefRequestBuilder 객체가 Request를 만드는 과정에서,
사용자가 CodefAPI와의 통신 Custom TimeOut을 지정할 수 있도록 객체 파라미터 추가

Possible Solution

public record EasyCodefRequest(
    String path,
    HashMap<String, Object> requestBody,
    Integer customTimeOut
)

etc.

No response

Metadata

Metadata

Assignees

Labels

featNew Feature!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions