[질문] HTTP client test util

noohgnas의 이미지

HTTP 프로토콜을 테스트할 수 있는 util 또는 server 를 찾고 있습니다.
http request 에 대해서 response 를 규칙적으로 반응할 수 있으면 좋겠습니다.
HTTPS 도 같이 테스트할 수 있으면 더욱 좋고요.

제가 만든 클라이언트를 테스트하고 싶습니다.

고맙습니다.

cinsk의 이미지

noohgnas의 이미지

답변 고맙습니다. cinsk님, curl은 클라이언트 역할만 하는군요. 제가 만든 클라이언트를 테스트하고 싶습니다. 그럴려면 http server 로 동작이 되어야 할 것 같습니다.


----
I think, therefore I am.

noohgnas의 이미지

답변 고맙습니다. 간단한 테스트하기에는 너무 덩치가 크군요.


----
I think, therefore I am.

bushi의 이미지

'규칙적으로', 즉 '규칙에 맞게' 응답을 해주는 서버를 찾으신다면 다른 대안은 없습니다.
'규칙'을 올바르게, 최대한 많이 구현한 다른 서버는 들어보지도 못 했습니다.

제한된 목적으로, 제한적인 규칙만을 허용하는 http 서버들은 셀 수 없이 많습니다.
대표적인 놈을 들라면 boa 가 있고, busybox 에 들어있는 httpd.c 도 지명도가 좀 있죠.
이런 서버로 클라이언트를 테스트하려면, 서버부터 먼저 테스트해야 합니다.

덩치의 크고 작음이 테스트용 서버의 기준 중에 하나인가요 ?
어느 정도로 검증됐는지,
어느 정도의 지명도가 있는지,
알려진 bug/issue 들은 어떤게 있는지,
이런 것들은 선정 기준에 없는 겁니까 ?

OTL

monovision의 이미지

http://wikidocs.net/mybook/read/page?pageid=77

위와 같은 간단한 http server 를 만들어서 테스트해보는게 낫지 않나 싶습니다.
제가 아는 한도 내에서는 그런 http server 는 없는듯 싶습니다.

noohgnas의 이미지

역시 임시로 서버를 만드는 수 밖에 없나요? ㅠ_ㅠ 웹 브라우저들은 어떻게 테스트하는지 모르겠네~


----
I think, therefore I am.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.