Youngseo Choi
Youngseo Choi
Hi @ikhoon 😄 May I work on this issue?
@ikhoon I have a question about implementation direction. For example, if the result type of `client.get(...).execute()` is defined as `TestHttpResponse`, I have considered two possible ways to implement this class...
I have two questions. I would appreciate it if you could provide your opinions. 🙇 I have a concern about makeContextAware(ExecutorService). We cannot know in advance which functions will be...
@jrhee17 Thank you for the great suggestion! 👍 Is the following the correct order of precedence for applied headers? 1. Headers set at the moment of sending a request using...
> I suggest you apply the `WebTestClient` for some existing code to see how well the current design covers our existing tests. > > As you know, we usually use...