Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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